[Rollup] Silence delete job yaml tests
See issue elastic/x-pack-elasticsearch#4041 Original commit: elastic/x-pack-elasticsearch@e5e589593b
This commit is contained in:
parent
390e64aabd
commit
ea531c0135
|
@ -1,4 +1,7 @@
|
|||
setup:
|
||||
- skip:
|
||||
version: "all"
|
||||
reason: "Timing issues with delete + get APIs at the moment, see: #4041"
|
||||
- do:
|
||||
headers:
|
||||
Authorization: "Basic eF9wYWNrX3Jlc3RfdXNlcjp4LXBhY2stdGVzdC1wYXNzd29yZA==" # run as x_pack_rest_user, i.e. the test setup superuser
|
||||
|
|
Loading…
Reference in New Issue