From c9930cb7db37ebecdf8aed7ddf238afe720144e6 Mon Sep 17 00:00:00 2001 From: vyzo Date: Tue, 20 Jul 2021 09:49:22 +0300 Subject: [PATCH] disable flaky test --- markets/storageadapter/dealpublisher_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/markets/storageadapter/dealpublisher_test.go b/markets/storageadapter/dealpublisher_test.go index 3f27425ae..b2f107bf4 100644 --- a/markets/storageadapter/dealpublisher_test.go +++ b/markets/storageadapter/dealpublisher_test.go @@ -25,6 +25,7 @@ import ( ) func TestDealPublisher(t *testing.T) { + t.Skip("this test randomly fails in various subtests; see issue #6799") testCases := []struct { name string publishPeriod time.Duration