Commit a01a2eb1 authored by Matthew Slipper's avatar Matthew Slipper

l2geth: Skip another flaky test

parent 23ad6068
---
'@eth-optimism/l2geth': patch
---
Skip TestWSAttachWelcome
...@@ -40,4 +40,4 @@ C-Protocol-Critical: ...@@ -40,4 +40,4 @@ C-Protocol-Critical:
- any: - any:
- 'packages/data-transport-layer/**/*.ts' - 'packages/data-transport-layer/**/*.ts'
- 'packages/contracts/**/*.sol' - 'packages/contracts/**/*.sol'
- 'pakages/l2geth/**/*.go' - 'l2geth/**/*.go'
\ No newline at end of file \ No newline at end of file
...@@ -116,6 +116,7 @@ func TestHTTPAttachWelcome(t *testing.T) { ...@@ -116,6 +116,7 @@ func TestHTTPAttachWelcome(t *testing.T) {
} }
func TestWSAttachWelcome(t *testing.T) { func TestWSAttachWelcome(t *testing.T) {
t.Skip()
coinbase := "0x8605cdbbdb6d264aa742e77020dcbc58fcdce182" coinbase := "0x8605cdbbdb6d264aa742e77020dcbc58fcdce182"
port := strconv.Itoa(trulyRandInt(1024, 65536)) // Yeah, sometimes this will fail, sorry :P 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