Skip to content

Commit

Permalink
Skip test with phantom bug. Check issue #25.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheshir committed Feb 15, 2019
1 parent 3b5baaf commit 9244593
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mq_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ func newDefaultConfig() Config {
}

func TestMq_Reconnect(t *testing.T) {
t.Skip("Test skipped due to phantom bug described in https://github.com/cheshir/go-mq/issues/25")

if !brokerIsMocked {
t.Skip("We can't stop real broker from test.")
}
Expand Down

0 comments on commit 9244593

Please sign in to comment.