From 2a4ad207a5e273eb0d3a11780e60b7758325f260 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 20 Aug 2021 14:59:01 -0700 Subject: [PATCH] test: disable flaky TestSimultaneousTransferLimit See https://github.com/filecoin-project/lotus/issues/7152 for details. --- itests/deals_concurrent_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/itests/deals_concurrent_test.go b/itests/deals_concurrent_test.go index 3fd554c62..ff8bab257 100644 --- a/itests/deals_concurrent_test.go +++ b/itests/deals_concurrent_test.go @@ -114,6 +114,8 @@ func TestDealCyclesConcurrent(t *testing.T) { } func TestSimultanenousTransferLimit(t *testing.T) { + t.Skip("skipping as flaky #7152") + if testing.Short() { t.Skip("skipping test in short mode") }