mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#189565)
This commit is contained in:
parent
7b283d9deb
commit
8333b4c5af
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue