Skip to content

Commit

Permalink
skip flaky suite (elastic#177080)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 6, 2024
1 parent fe97a7a commit 1b646bb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ import { SOURCERER } from '../../../../screens/sourcerer';
const siemDataViewTitle = 'Security Default Data View';
const dataViews = ['auditbeat-*,fakebeat-*', 'auditbeat-*,*beat*,siem-read*,.kibana*,fakebeat-*'];

describe('Sourcerer', { tags: ['@ess', '@serverless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/177080
describe.skip('Sourcerer', { tags: ['@ess', '@serverless'] }, () => {
before(() => {
dataViews.forEach((dataView: string) => postDataView(dataView));
});
Expand Down

0 comments on commit 1b646bb

Please sign in to comment.