Skip to content

Commit dee78a3

Browse files
authored
chore(test): skip unfixed flaky gateway limits test (#12888)
1 parent f77a835 commit dee78a3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

itests/gateway_test.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,13 @@ func sendFunds(ctx context.Context, fromNode *kit.TestFullNode, fromAddr address
352352
}
353353

354354
func TestGatewayRateLimits(t *testing.T) {
355+
t.Skip("this test is flaky and needs to be fixed")
356+
// Fails on the RequireDuration check, e.g. error like:
357+
// 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
358+
// There may be additional calls going through the API that only show up at random and these
359+
// aren't accounted for. See note below about paymentChannelSettler, which is one such call.
360+
// Tracking issue: https://github.com/filecoin-project/lotus/issues/12566
361+
355362
req := require.New(t)
356363

357364
kit.QuietMiningLogs()

0 commit comments

Comments
 (0)