Skip to content

Commit fe9a17b

Browse files
committed
fix: skip subsequent tests for TestKeystoneView
1 parent 738e90b commit fe9a17b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deployment/keystone/changeset/view_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ func TestKeystoneView(t *testing.T) {
262262
)
263263

264264
t.Run("generates a partial view of the keystone state with OCR3 not configured", func(t *testing.T) {
265+
tests.SkipFlakey(t, "https://smartcontract-it.atlassian.net/browse/DX-756")
265266
// Deploy a new OCR3 contract
266267
resp, err := changeset.DeployOCR3(env.Env, registryChain)
267268
require.NoError(t, err)
@@ -292,6 +293,7 @@ func TestKeystoneView(t *testing.T) {
292293
})
293294

294295
t.Run("fails to generate a view of the keystone state with a bad OracleConfig", func(t *testing.T) {
296+
tests.SkipFlakey(t, "https://smartcontract-it.atlassian.net/browse/DX-756")
295297
oracleConfigCopy := oracleConfig
296298
oracleConfigCopy.DeltaRoundMillis = 0
297299
oracleConfigCopy.DeltaProgressMillis = 0

0 commit comments

Comments
 (0)