Commit a6818915 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge pull request #4296 from ethereum-optimism/12-07-l2geth_Skip_flaky_console_test

l2geth: Skip flaky console test
parents f4cd5c0e 5cd82f5b
......@@ -38,6 +38,7 @@ const (
// Tests that a node embedded within a console can be started up properly and
// then terminated by closing the input stream.
func TestConsoleWelcome(t *testing.T) {
t.Skip()
coinbase := "0x8605cdbbdb6d264aa742e77020dcbc58fcdce182"
// Start a geth console, make sure it's cleaned up and terminate the console
......
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