Skip to content

Commit 5618e75

Browse files
committed
ignore broken Seth tests
1 parent e283a93 commit 5618e75

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/seth-test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ jobs:
4343
- regex: "'TestContractMap|TestGasEstimator|TestRPCHealthCheck|TestUtil|TestContract|TestConfig'"
4444
network-type: Geth
4545
url: "ws://localhost:8546"
46-
- regex: "'TestContractMap|TestGasEstimator|TestRPCHealthCheck|TestUtil|TestContract|TestConfig'"
47-
network-type: Anvil
48-
url: "http://localhost:8545"
46+
# TODO: still expects Geth WS URL for some reason
47+
# - regex: "'TestContractMap|TestGasEstimator|TestRPCHealthCheck|TestUtil|TestContract|TestConfig'"
48+
# network-type: Anvil
49+
# url: "http://localhost:8545"
4950
defaults:
5051
run:
5152
working-directory: seth

0 commit comments

Comments
 (0)