[TEST] adds AwaitsFix to failing test
Original commit: elastic/x-pack-elasticsearch@9e8f6ce047
This commit is contained in:
parent
4f4d262323
commit
8cab4fec4b
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
"Verify user and role in mixed cluster":
|
||||
- skip:
|
||||
version: " - 6.0.0"
|
||||
reason: Temporary until test issue is resolved
|
||||
- do:
|
||||
headers:
|
||||
Authorization: "Basic bmF0aXZlX3VzZXI6Y2hhbmdlbWU="
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
"Create user and role":
|
||||
- skip:
|
||||
version: " - 6.0.0"
|
||||
reason: Temporary until test issue is resolved
|
||||
- do:
|
||||
cluster.health:
|
||||
wait_for_status: green
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
"Verify user and role in upgraded cluster":
|
||||
- skip:
|
||||
version: " - 6.0.0"
|
||||
reason: Temporary until test issue is resolved
|
||||
- do:
|
||||
headers:
|
||||
Authorization: "Basic bmF0aXZlX3VzZXI6Y2hhbmdlbWU="
|
||||
|
|
Loading…
Reference in New Issue