Skip to content

Commit b0daf9e

Browse files
committed
do not remove chaos experiments by default
1 parent 5a1659d commit b0daf9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasp/tmpl_generator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func {{.TableTestName}}(t *testing.T) {
100100
ExperimentDuration: "10s",
101101
ExperimentInjectionDuration: "5s",
102102
// TODO: whether to remove the chaos instance CRDs or not, useful for debugging in corner cases where logs can't help
103-
RemoveK8sChaos: true,
103+
RemoveK8sChaos: false,
104104
},
105105
}
106106

0 commit comments

Comments
 (0)