mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suites (#190090)
This commit is contained in:
parent
3bc36b1d22
commit
36a4a3e579
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
};
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/190090
|
||||
describ.skip('Search source Alert', () => {
|
||||
describe.skip('Search source Alert', () => {
|
||||
before(async () => {
|
||||
await security.testUser.setRoles(['discover_alert']);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue