mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Skip flaky test.
This commit is contained in:
parent
b34429aa1e
commit
3cfbf8feba
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,8 @@ func TestSessionManager_MaxConcurrentSessions(t *testing.T) {
|
||||||
})
|
})
|
||||||
|
|
||||||
t.Run("ContextExpired", func(t *testing.T) {
|
t.Run("ContextExpired", func(t *testing.T) {
|
||||||
|
t.Skip("Skipping flaky test")
|
||||||
|
|
||||||
ctx, cancel := context.WithCancel(context.Background())
|
ctx, cancel := context.WithCancel(context.Background())
|
||||||
cancel()
|
cancel()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue