Skip to content

Commit

Permalink
Test - not to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
aliok committed Aug 3, 2022
1 parent 048218f commit 3df8752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e-tests.sh
Expand Up @@ -28,7 +28,7 @@ if [ "${EVENTING_KAFKA_BROKER_CHANNEL_AUTH_SCENARIO:-""}" != "" ]; then
fi

# TODO: going to be reverted once we have the Prow changes in https://github.com/knative/test-infra
export BROKER_CLASS="Kafka"
export BROKER_CLASS="KafkaNamespaced"

if [[ -z "${BROKER_CLASS}" ]]; then
fail_test "Broker class is not defined. Specify it with 'BROKER_CLASS' env var."
Expand Down
2 changes: 1 addition & 1 deletion test/reconciler-tests.sh
Expand Up @@ -28,7 +28,7 @@ if [ "${EVENTING_KAFKA_BROKER_CHANNEL_AUTH_SCENARIO:-""}" != "" ]; then
fi

# TODO: going to be reverted once we have the Prow changes in https://github.com/knative/test-infra
export BROKER_CLASS="Kafka"
export BROKER_CLASS="KafkaNamespaced"

if [[ -z "${BROKER_CLASS}" ]]; then
fail_test "Broker class is not defined. Specify it with 'BROKER_CLASS' env var."
Expand Down

0 comments on commit 3df8752

Please sign in to comment.