Skip to content

Commit

Permalink
Try with flag enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mgencur committed Jun 11, 2020
1 parent 3dd1520 commit d858ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ initialize $@ --skip-istio-addon
install_mt_broker || fail_test "Could not install MT Channel Based Broker"

echo "Running tests with Multi Tenant Channel Based Broker"
go_test_e2e -timeout=20m -parallel=12 ./test/e2e ./test/conformance -brokerclass=MTChannelBasedBroker -channels=messaging.knative.dev/v1beta1:Channel,messaging.knative.dev/v1beta1:InMemoryChannel || fail_test
go_test_e2e -timeout=20m -parallel=12 ./test/e2e ./test/conformance -brokerclass=MTChannelBasedBroker -channels=messaging.knative.dev/v1beta1:Channel,messaging.knative.dev/v1beta1:InMemoryChannel --stablenamespaces || fail_test

success

0 comments on commit d858ddb

Please sign in to comment.