Skip to content

Commit eda1643

Browse files
authored
cleanup: re-enabled chaos in reconciler tests (#3867)
Signed-off-by: Calum Murray <[email protected]>
1 parent 661976a commit eda1643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/reconciler-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if ! ${LOCAL_DEVELOPMENT}; then
1212
scale_controlplane kafka-controller kafka-webhook-eventing eventing-webhook eventing-controller
1313
apply_sacura || fail_test "Failed to apply Sacura"
1414
apply_sacura_sink_source || fail_test "Failed to apply Sacura (Source, Sink, Broker, Channel)"
15-
# apply_chaos || fail_test "Failed to apply chaos"
15+
apply_chaos || fail_test "Failed to apply chaos"
1616
fi
1717

1818
header "Waiting Knative eventing to come up"

0 commit comments

Comments
 (0)