mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#189537)
This commit is contained in:
parent
6a75d74462
commit
c90567a218
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
|
||||
for (const testUser of testUsers) {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/189565
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/189537
|
||||
describe.skip(`(${testUser.user})`, function () {
|
||||
before(async () => {
|
||||
await ml.securityUI.loginAs(testUser.user);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue