cmd/devp2p/internal/ethtest: skip large tx test on github build (#28794)
This test was failling consistently on the github 32-bit build probably due to slow IO. Skipping it for that green check.
This commit is contained in:
@@ -35,6 +35,7 @@ import (
|
||||
type Test struct {
|
||||
Name string
|
||||
Fn func(*T)
|
||||
Slow bool
|
||||
}
|
||||
|
||||
// Result is the result of a test execution.
|
||||
|
||||
Reference in New Issue
Block a user