Disable problematic reindex test
This should get the builds back to normal while we wait on #16914 or something like it to fix the test properly.
This commit is contained in:
parent
517d1bd4da
commit
18e5bb83c5
|
@ -58,6 +58,9 @@
|
|||
|
||||
---
|
||||
"wait_for_completion=false":
|
||||
- skip:
|
||||
version: "0.0.0 - "
|
||||
reason: breaks other tests by leaving a running reindex behind
|
||||
- do:
|
||||
index:
|
||||
index: source
|
||||
|
|
Loading…
Reference in New Issue