Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions itests/gateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,13 @@ func sendFunds(ctx context.Context, fromNode *kit.TestFullNode, fromAddr address
}

func TestGatewayRateLimits(t *testing.T) {
t.Skip("this test is flaky and needs to be fixed")
// Fails on the RequireDuration check, e.g. error like:
// Max difference between 2025-02-10 12:05:34.63725116 +0000 UTC m=+30.240446844 and 2025-02-10 12:05:33.519935593 +0000 UTC m=+29.123131278 allowed is 800ms, but difference was 1.117315566s
// There may be additional calls going through the API that only show up at random and these
// aren't accounted for. See note below about paymentChannelSettler, which is one such call.
Comment thread
rvagg marked this conversation as resolved.
// Tracking issue: https://github.com/filecoin-project/lotus/issues/12566

req := require.New(t)

kit.QuietMiningLogs()
Expand Down