Skip to content

Commit a360633

Browse files
authored
Merge pull request #2116 from ActiveState/green/dup_test.DX-1223
Skip svc dup err test
2 parents 9422802 + 3c59996 commit a360633

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cmd/state-svc/test/integration/svc_int_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ func (suite *SvcIntegrationTestSuite) TestStartDuplicateErrorOutput() {
125125
suite.T().Skip("Windows doesn't seem to read from svc at the moment")
126126
}
127127

128+
// https://activestatef.atlassian.net/browse/DX-1078
129+
suite.T().Skip("Failing on master, unclear why, skipping for now")
130+
128131
ts := e2e.New(suite.T(), false)
129132
defer ts.Close()
130133

0 commit comments

Comments
 (0)