Skip to content

Commit

Permalink
Let ESRestTestCase clean up after test in 10_usage.yml (#73716) (#73749)
Browse files Browse the repository at this point in the history
In #73555 we updated ESRestTestCase so that it cleans 
up the searchable snapshots indices before cleaning up 
the snapshots and repositories. This test does not require 
to delete resources itself and can let ESRestTestCase do
 the clean up in the correct order.
  • Loading branch information
tlrx committed Jun 4, 2021
1 parent cb463c4 commit bd80cdd
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,6 @@ setup:
- do:
indices.delete:
index: docs
---
teardown:

- do:
snapshot.delete:
repository: repository-fs
snapshot: snapshot
ignore: 404

- do:
snapshot.delete_repository:
repository: repository-fs

---
"Tests searchable snapshots usage stats":
Expand Down

0 comments on commit bd80cdd

Please sign in to comment.