Skip to content

Commit faffa30

Browse files
Skip very flaky TestMessageSingleRouter for now (#1382)
1 parent 5cdb227 commit faffa30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pulsar/producer_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,8 @@ func TestMessageRouter(t *testing.T) {
657657
assert.Equal(t, string(msg.Payload()), "hello")
658658
}
659659
func TestMessageSingleRouter(t *testing.T) {
660+
// TODO: https://github.com/apache/pulsar-client-go/issues/1376
661+
t.Skip("Skipping TestMessageSingleRouter because it's too flaky")
660662
// Create topic with 5 partitions
661663
topicAdminURL := "admin/v2/persistent/public/default/my-single-partitioned-topic/partitions"
662664
err := httpPut(topicAdminURL, 5)

0 commit comments

Comments
 (0)