Skip to content

Commit

Permalink
skip flakey tests (#14818)
Browse files Browse the repository at this point in the history
  • Loading branch information
krehermann authored Oct 16, 2024
1 parent fcf7805 commit 6e2a23f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/deployment/keystone/deploy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import (
)

func TestDeploy(t *testing.T) {
t.Skip("TODO: KS-478 fix this test")
lggr := logger.TestLogger(t)

wfNops := loadTestNops(t, "../clo/testdata/workflow_nodes.json")
Expand Down
1 change: 1 addition & 0 deletions integration-tests/deployment/keystone/types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ func Test_newOcr2Node(t *testing.T) {
}

func Test_mapDonsToNodes(t *testing.T) {
t.Skip("TODO: KS-478 fix this test")
var (
pubKey = "03dacd15fc96c965c648e3623180de002b71a97cf6eeca9affb91f461dcd6ce1"
evmSig = "b35409a8d4f9a18da55c5b2bb08a3f5f68d44442"
Expand Down

0 comments on commit 6e2a23f

Please sign in to comment.