Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
5cd82f5b
Commit
5cd82f5b
authored
Dec 07, 2022
by
Matthew Slipper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
l2geth: Skip flaky console test
parent
c129ec6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
consolecmd_test.go
l2geth/cmd/geth/consolecmd_test.go
+1
-0
No files found.
l2geth/cmd/geth/consolecmd_test.go
View file @
5cd82f5b
...
@@ -38,6 +38,7 @@ const (
...
@@ -38,6 +38,7 @@ const (
// Tests that a node embedded within a console can be started up properly and
// Tests that a node embedded within a console can be started up properly and
// then terminated by closing the input stream.
// then terminated by closing the input stream.
func
TestConsoleWelcome
(
t
*
testing
.
T
)
{
func
TestConsoleWelcome
(
t
*
testing
.
T
)
{
t
.
Skip
()
coinbase
:=
"0x8605cdbbdb6d264aa742e77020dcbc58fcdce182"
coinbase
:=
"0x8605cdbbdb6d264aa742e77020dcbc58fcdce182"
// Start a geth console, make sure it's cleaned up and terminate the console
// Start a geth console, make sure it's cleaned up and terminate the console
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment