Skip to content

Commit

Permalink
eth/catalyst: skip flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman committed Dec 13, 2024
1 parent 9c154ae commit 84d51a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eth/catalyst/simulated_beacon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84d51a6

Please sign in to comment.