Skip to content

Commit ec5f51e

Browse files
authored
Merge pull request ActiveState#3658 from ActiveState/mitchell/dx-3232
Disable buildscript ingredient function integration test on Windows too.
2 parents 2136704 + de54086 commit ec5f51e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/integration/buildscript_int_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ func (suite *BuildScriptIntegrationTestSuite) TestBuildScript_NeedsReset() {
5050

5151
func (suite *BuildScriptIntegrationTestSuite) TestBuildScript_IngredientFunc() {
5252
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-
}
53+
suite.T().Skip("Buildplanner does not build the ingredient artifact") // re-enable this in DX-3220
5654
ts := e2e.New(suite.T(), false)
5755
defer ts.Close()
5856

0 commit comments

Comments
 (0)