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 bec5360 + 00428fa commit 2007de6Copy full SHA for 2007de6
test/integration/buildscript_int_test.go
@@ -50,6 +50,9 @@ 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
+ }
56
ts := e2e.New(suite.T(), false)
57
defer ts.Close()
58
0 commit comments