Merge pull request #1739 from influxdb/disable-TestBroker_Publish
disabling test until fixed. Issue #1726pull/1751/head
commit
241a514fbb
|
@ -44,6 +44,8 @@ func TestBroker_Close_ErrClosed(t *testing.T) {
|
|||
|
||||
// Ensure the broker can write messages to the appropriate topics.
|
||||
func TestBroker_Publish(t *testing.T) {
|
||||
//TODO fix and renable test. currently racy
|
||||
t.Skip()
|
||||
b := NewBroker(nil)
|
||||
defer b.Close()
|
||||
|
||||
|
|
Loading…
Reference in New Issue