From f0d32aa49eff1fcbcc1603764a13ed2cd26c2546 Mon Sep 17 00:00:00 2001 From: mitchell Date: Tue, 29 Oct 2024 10:37:57 -0400 Subject: [PATCH] Re-enable test. --- test/integration/prepare_int_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/integration/prepare_int_test.go b/test/integration/prepare_int_test.go index 3f86d32233..e29e69d202 100644 --- a/test/integration/prepare_int_test.go +++ b/test/integration/prepare_int_test.go @@ -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")