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
a01a2eb1
Commit
a01a2eb1
authored
Mar 31, 2022
by
Matthew Slipper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
l2geth: Skip another flaky test
parent
23ad6068
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
cuddly-geese-allow.md
.changeset/cuddly-geese-allow.md
+5
-0
labeler.yml
.github/labeler.yml
+1
-1
consolecmd_test.go
l2geth/cmd/geth/consolecmd_test.go
+1
-0
No files found.
.changeset/cuddly-geese-allow.md
0 → 100644
View file @
a01a2eb1
---
'
@eth-optimism/l2geth'
:
patch
---
Skip TestWSAttachWelcome
.github/labeler.yml
View file @
a01a2eb1
...
@@ -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
l2geth/cmd/geth/consolecmd_test.go
View file @
a01a2eb1
...
@@ -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
...
...
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