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.
2 parents 2136704 + de54086 commit ec5f51eCopy full SHA for ec5f51e
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