disable flaky test

This commit is contained in:
vyzo 2021-07-20 09:49:22 +03:00
parent 839b00ab40
commit c9930cb7db

View File

@ -25,6 +25,7 @@ import (
) )
func TestDealPublisher(t *testing.T) { func TestDealPublisher(t *testing.T) {
t.Skip("this test randomly fails in various subtests; see issue #6799")
testCases := []struct { testCases := []struct {
name string name string
publishPeriod time.Duration publishPeriod time.Duration