Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Source Only Snapshot REST Test Failure (#50456)
We are matching on the exact number of shards in this test, but may run into snapshotting more than the single index created in it due to auto-created indices like `.watcher`. Fixed by making the test only take a snapshot of the single index used by this test. Closes #50450
- Loading branch information