Skip to content

Commit

Permalink
Skip flaky serverless cases status test suite (elastic#166093)
Browse files Browse the repository at this point in the history
This PR skips a flaky serverless security cases list view test suite.

elastic#166027 already listed out the flakiness and skipped the corresponding
stateful test.
  • Loading branch information
pheyos authored Sep 8, 2023
1 parent 3aa9d7b commit ae2e647
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
});
});

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

it('change the status of cases to in-progress correctly', async () => {
Expand Down

0 comments on commit ae2e647

Please sign in to comment.