Commit 8a077d1
authored
Some tests were seeing an unexpected warning header from wiping all
indices in the test cleanup, caused by the `.triggered-watches` data
stream being present. We exclude the backing indices of this data stream
from the indices wipe to avoid the warning header. The presence of this
data stream shouldn't intefere with tests, and any tests that do
interact with that data stream should assert/control its state by
themselves to ensure consistency.
Fixes #129682
1 parent f2df229 commit 8a077d1
File tree
1 file changed
+1
-1
lines changed- test/framework/src/main/java/org/elasticsearch/test/rest
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1227 | 1227 | | |
1228 | 1228 | | |
1229 | 1229 | | |
1230 | | - | |
| 1230 | + | |
1231 | 1231 | | |
1232 | 1232 | | |
1233 | 1233 | | |
| |||
0 commit comments