skip flaky suite (#189565)

This commit is contained in:
Tiago Costa 2024-07-31 02:05:40 +01:00
parent 7b283d9deb
commit 8333b4c5af
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -176,7 +176,8 @@ export default function ({ getService }: FtrProviderContext) {
});
for (const testUser of testUsers) {
describe(`(${testUser.user})`, function () {
// FLAKY: https://github.com/elastic/kibana/issues/189565
describe.skip(`(${testUser.user})`, function () {
before(async () => {
await ml.securityUI.loginAs(testUser.user);
});