Commit 70897fa4 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge pull request #2386 from mslipper/bugfix/another-flaky-test

l2geth: Skip another flaky test
parents 23ad6068 a01a2eb1
---
'@eth-optimism/l2geth': patch
---
Skip TestWSAttachWelcome
......@@ -40,4 +40,4 @@ C-Protocol-Critical:
- any:
- 'packages/data-transport-layer/**/*.ts'
- 'packages/contracts/**/*.sol'
- 'pakages/l2geth/**/*.go'
\ No newline at end of file
- 'l2geth/**/*.go'
\ No newline at end of file
......@@ -116,6 +116,7 @@ func TestHTTPAttachWelcome(t *testing.T) {
}
func TestWSAttachWelcome(t *testing.T) {
t.Skip()
coinbase := "0x8605cdbbdb6d264aa742e77020dcbc58fcdce182"
port := strconv.Itoa(trulyRandInt(1024, 65536)) // Yeah, sometimes this will fail, sorry :P
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment