Skip to content

Commit

Permalink
Like on 0.18.3, we skip the tracing tests
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
  • Loading branch information
matzew committed Nov 7, 2020
1 parent 297f0fb commit babd275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/conformance/broker_tracing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ import (
)

func TestBrokerTracing(t *testing.T) {
t.Skip("We for now ignore tracing tests")
helpers.BrokerTracingTestHelperWithChannelTestRunner(context.Background(), t, brokerClass, channelTestRunner, testlib.SetupClientOptionNoop)
}
1 change: 1 addition & 0 deletions test/conformance/channel_tracing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ import (
)

func TestChannelTracingWithReply(t *testing.T) {
t.Skip("We for now ignore tracing tests")
helpers.ChannelTracingTestHelperWithChannelTestRunner(context.Background(), t, channelTestRunner, testlib.SetupClientOptionNoop)
}

0 comments on commit babd275

Please sign in to comment.