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:
Sina Mahmoodi
2024-01-12 15:14:03 +01:00
committed by GitHub
parent 43ba7d65a8
commit a608c0ac84
4 changed files with 6 additions and 2 deletions
+1
View File
@@ -35,6 +35,7 @@ import (
type Test struct {
Name string
Fn func(*T)
Slow bool
}
// Result is the result of a test execution.