Clean up desired nodes in between dry run tests (#88797)

This commit is contained in:
Artem Prigoda 2022-07-26 12:04:06 +02:00 committed by GitHub
parent a0ba59d27d
commit c0bc85522d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,10 @@ setup:
- skip:
version: " - 8.3.99"
reason: "Support for the dry run option was added in in 8.4.0"
---
teardown:
- do:
_internal.delete_desired_nodes: { }
---
"Test dry run doesn't update empty desired nodes":