File tree Expand file tree Collapse file tree
cmd/state-svc/test/integration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -205,6 +205,10 @@ func (suite *SvcIntegrationTestSuite) GetNumStateSvcProcesses() int {
205205}
206206
207207func (suite * SvcIntegrationTestSuite ) TestAutostartConfigEnableDisable () {
208+ // Disable test for v0.36: https://activestatef.atlassian.net/browse/DX-1501.
209+ // This test should be re-enabled by https://activestatef.atlassian.net/browse/DX-1435.
210+ suite .T ().SkipNow ()
211+
208212 suite .OnlyRunForTags (tagsuite .Service )
209213 ts := e2e .New (suite .T (), false )
210214 defer ts .Close ()
Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ type PrepareIntegrationTestSuite struct {
2929}
3030
3131func (suite * PrepareIntegrationTestSuite ) TestPrepare () {
32+ // Disable test for v0.36: https://activestatef.atlassian.net/browse/DX-1501.
33+ // This test should be re-enabled by https://activestatef.atlassian.net/browse/DX-1435.
34+ suite .T ().SkipNow ()
35+
3236 suite .OnlyRunForTags (tagsuite .Prepare )
3337 if ! e2e .RunningOnCI () {
3438 suite .T ().Skipf ("Skipping TestPrepare when not running on CI or on MacOS, as it modifies PATH" )
You can’t perform that action at this time.
0 commit comments