eth/catalyst: skip flaky test
This commit is contained in:
parent
7fd1563c81
commit
231a2a5794
|
@ -144,6 +144,10 @@ func TestSimulatedBeaconSendWithdrawals(t *testing.T) {
|
|||
// Tests that zero-period dev mode can handle a lot of simultaneous
|
||||
// transactions/withdrawals
|
||||
func TestOnDemandSpam(t *testing.T) {
|
||||
// This test is flaky, due to various causes, and the root cause is synchronicity.
|
||||
// We have optimistic timeouts here and there in the simulated becaon and the worker.
|
||||
// This test typically fails on 32-bit windows appveyor.
|
||||
t.Skip("flaky test")
|
||||
var (
|
||||
withdrawals []types.Withdrawal
|
||||
txCount = 20000
|
||||
|
|
Loading…
Reference in New Issue