Skip to content

Commit

Permalink
skip flaky suite (#166123)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Sep 8, 2023
1 parent ea8a209 commit e5a7261
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
});
});

describe('severity', () => {
// FLAKY: https://github.com/elastic/kibana/issues/166123
describe.skip('severity', () => {
createNCasesBeforeDeleteAllAfter(2, getPageObject, getService);

it('change the severity of cases to medium correctly', async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
});
});

describe('severity', () => {
// FLAKY: https://github.com/elastic/kibana/issues/166123
describe.skip('severity', () => {
createNCasesBeforeDeleteAllAfter(2, getPageObject, getService);

it('change the severity of cases to medium correctly', async () => {
Expand Down

0 comments on commit e5a7261

Please sign in to comment.