File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
deployment/keystone/changeset Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -262,6 +262,7 @@ func TestKeystoneView(t *testing.T) {
262
262
)
263
263
264
264
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" )
265
266
// Deploy a new OCR3 contract
266
267
resp , err := changeset .DeployOCR3 (env .Env , registryChain )
267
268
require .NoError (t , err )
@@ -292,6 +293,7 @@ func TestKeystoneView(t *testing.T) {
292
293
})
293
294
294
295
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" )
295
297
oracleConfigCopy := oracleConfig
296
298
oracleConfigCopy .DeltaRoundMillis = 0
297
299
oracleConfigCopy .DeltaProgressMillis = 0
You can’t perform that action at this time.
0 commit comments