diff --git a/.changeset/four-flowers-run.md b/.changeset/four-flowers-run.md new file mode 100644 index 0000000000000..d62262e7f3e1a --- /dev/null +++ b/.changeset/four-flowers-run.md @@ -0,0 +1,5 @@ +--- +'@eth-optimism/l2geth': patch +--- + +Skip some geth console tests that flake in CI diff --git a/l2geth/cmd/geth/consolecmd_test.go b/l2geth/cmd/geth/consolecmd_test.go index cfc9db52a367b..32067266183cd 100644 --- a/l2geth/cmd/geth/consolecmd_test.go +++ b/l2geth/cmd/geth/consolecmd_test.go @@ -71,6 +71,7 @@ at block: 0 ({{niltime}}) // Tests that a console can be attached to a running node via various means. func TestIPCAttachWelcome(t *testing.T) { + t.Skip() // Configure the instance for IPC attachement coinbase := "0x8605cdbbdb6d264aa742e77020dcbc58fcdce182" var ipc string @@ -98,6 +99,7 @@ func TestIPCAttachWelcome(t *testing.T) { } func TestHTTPAttachWelcome(t *testing.T) { + t.Skip() coinbase := "0x8605cdbbdb6d264aa742e77020dcbc58fcdce182" port := strconv.Itoa(trulyRandInt(1024, 65536)) // Yeah, sometimes this will fail, sorry :P geth := runGeth(t,