Skip to content

Commit

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

describe('severity filtering', () => {
// FLAKY: https://github.com/elastic/kibana/issues/166127
describe.skip('severity filtering', () => {
before(async () => {
await cases.navigation.navigateToApp();
await cases.api.createCase({ severity: CaseSeverity.LOW });
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
});
});

describe('severity filtering', () => {
// FLAKY: https://github.com/elastic/kibana/issues/166127
describe.skip('severity filtering', () => {
before(async () => {
await svlCommonNavigation.sidenav.clickLink({ deepLinkId: 'observability-overview:cases' });

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
});
});

describe('severity filtering', () => {
// FLAKY: https://github.com/elastic/kibana/issues/166127
describe.skip('severity filtering', () => {
before(async () => {
await testSubjects.click('solutionSideNavItemLink-cases');

Expand Down

0 comments on commit c7ecc8b

Please sign in to comment.