Skip to content

Commit

Permalink
skip flaky suite (#149090, #149091, #149092)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 18, 2023
1 parent f8ecb3b commit 74d9321
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,10 @@ export default function ({ getService }: FtrProviderContext) {
.expect(200);
}

describe('Session Concurrent Limit cleanup', () => {
// FLAKY: https://github.com/elastic/kibana/issues/149092
// FLAKY: https://github.com/elastic/kibana/issues/149091
// FLAKY: https://github.com/elastic/kibana/issues/149090
describe.skip('Session Concurrent Limit cleanup', () => {
before(async () => {
await security.user.create('anonymous_user', {
password: 'changeme',
Expand Down

0 comments on commit 74d9321

Please sign in to comment.