diff --git a/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/20_security.yaml b/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/20_security.yaml index e849403417a..547937402e7 100644 --- a/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/20_security.yaml +++ b/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/20_security.yaml @@ -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=" diff --git a/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/old_cluster/20_security.yaml b/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/old_cluster/20_security.yaml index a2c98e54793..77f49d54821 100644 --- a/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/old_cluster/20_security.yaml +++ b/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/old_cluster/20_security.yaml @@ -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 diff --git a/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/20_security.yaml b/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/20_security.yaml index 889efb3d1f5..ffe8b659299 100644 --- a/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/20_security.yaml +++ b/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/20_security.yaml @@ -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="