Skip to content

Commit

Permalink
test: Fix intermittent failure on step 4 of 1-036 (#1638)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan West <[email protected]>
  • Loading branch information
jgwest authored Jan 12, 2025
1 parent 5049cdf commit 361478b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ metadata:
namespace: default-thirtysix
spec:
sourceNamespaces:
- '*'
- '*thirtysix*'
# Previously this test used '*', however, this will cause intermittent failures in this test: when this test is run, other namespaces on the cluster may still be in the process of being deleted (e.g. they have non-nil '.metadata.deletionTimestamp'), and the operator code will fail on those namespaces if we use '*'.

0 comments on commit 361478b

Please sign in to comment.