mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
parent
5d5e5d3c91
commit
711b8e031f
1 changed files with 4 additions and 1 deletions
|
@ -307,7 +307,10 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
expect(await titleElem.getAttribute('value')).to.equal(dataView);
|
||||
};
|
||||
|
||||
describe('Search source Alert', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/152477
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/152478
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/152479
|
||||
describe.skip('Search source Alert', () => {
|
||||
before(async () => {
|
||||
await security.testUser.setRoles(['discover_alert']);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue