Skip to content

Commit

Permalink
Skip test instead of renaming it.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-as committed Oct 3, 2023
1 parent 254dd7b commit 1fca303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/platform/runtime/buildscript/buildscript_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ in:
}, script)
}

// Re-enable when multiple solves are supported in DX-2238.
func NoTestComplex(t *testing.T) {
t.Skip("Multiple solve notes are not supported now") // DX-2238
script, err := NewScript([]byte(
`let:
linux_runtime = solve(
Expand Down

0 comments on commit 1fca303

Please sign in to comment.