Skip to content

Commit

Permalink
skip flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene committed Dec 15, 2023
1 parent ba0875b commit b4a9e71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration/faucet/faucet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ const (
)

func TestFaucet(t *testing.T) {
t.Skip("Skipping because it is too flaky")

startPort := integration.StartPortFaucetUnitTest
createObscuroNetwork(t, startPort)
// This sleep is required to ensure the initial rollup exists, and thus contract deployer can check its balance.
Expand Down
1 change: 1 addition & 0 deletions tools/walletextension/test/wallet_extension_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ type testHelper struct {
}

func TestWalletExtension(t *testing.T) {
t.Skip("Skipping because it is too flaky")
i := 0
for name, test := range map[string]func(t *testing.T, testHelper *testHelper){
"canInvokeSensitiveMethodsWithViewingKey": canInvokeSensitiveMethodsWithViewingKey,
Expand Down

0 comments on commit b4a9e71

Please sign in to comment.