Skip to content

Commit

Permalink
skip flaky suites (#190090)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 7, 2024
1 parent 35872af commit 1ee31fc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,8 @@ 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/190090
describ.skip('Search source Alert', () => {
before(async () => {
await security.testUser.setRoles(['discover_alert']);

Expand Down

0 comments on commit 1ee31fc

Please sign in to comment.