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") }