Skip to content

Commit

Permalink
Skip flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
banderror committed Sep 8, 2023
1 parent 4c7d628 commit 23ed5fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const siemDataViewTitle = 'Security Default Data View';
const dataViews = ['auditbeat-*,fakebeat-*', 'auditbeat-*,*beat*,siem-read*,.kibana*,fakebeat-*'];

// TODO: https://github.com/elastic/kibana/issues/161539
describe('Timeline scope', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
describe.skip('Timeline scope', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
beforeEach(() => {
cy.clearLocalStorage();
login();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ describe('Close matching Alerts ', { tags: ['@ess', '@serverless', '@skipInServe
cy.task('esArchiverUnload', 'exceptions');
});

it('Should create a Rule exception item from alert actions overflow menu and close all matching alerts', () => {
// TODO: https://github.com/elastic/kibana/issues/161539
it.skip('Should create a Rule exception item from alert actions overflow menu and close all matching alerts', () => {
cy.get(LOADING_INDICATOR).should('not.exist');
addExceptionFromFirstAlert();

Expand Down

0 comments on commit 23ed5fc

Please sign in to comment.