Skip to content

Commit

Permalink
Re-enable test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-as committed Oct 29, 2024
1 parent f40316e commit f0d32aa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/integration/prepare_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ type PrepareIntegrationTestSuite struct {
}

func (suite *PrepareIntegrationTestSuite) TestPrepare() {
// Disable test for v0.36: https://activestatef.atlassian.net/browse/DX-1501.
// This test should be re-enabled by https://activestatef.atlassian.net/browse/DX-1435.
suite.T().SkipNow()

suite.OnlyRunForTags(tagsuite.Prepare)
if !e2e.RunningOnCI() {
suite.T().Skipf("Skipping TestPrepare when not running on CI or on MacOS, as it modifies PATH")
Expand Down

0 comments on commit f0d32aa

Please sign in to comment.