We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63fdcd2 commit de54086Copy full SHA for de54086
test/integration/buildscript_int_test.go
@@ -50,9 +50,7 @@ func (suite *BuildScriptIntegrationTestSuite) TestBuildScript_NeedsReset() {
50
51
func (suite *BuildScriptIntegrationTestSuite) TestBuildScript_IngredientFunc() {
52
suite.OnlyRunForTags(tagsuite.BuildScripts)
53
- if runtime.GOOS != "windows" {
54
- suite.T().Skip("Buildplanner does not build the ingredient artifact") // re-enable this in DX-3220
55
- }
+ suite.T().Skip("Buildplanner does not build the ingredient artifact") // re-enable this in DX-3220
56
ts := e2e.New(suite.T(), false)
57
defer ts.Close()
58
0 commit comments