disable flaky test
This commit is contained in:
parent
839b00ab40
commit
c9930cb7db
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user