Skip to content

Commit

Permalink
skip flaky suite (#89069)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 25, 2021
1 parent 99ffbbe commit a5bb864
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const retry = getService('retry');

describe('Search search sessions Management UI', () => {
// FLAKY: https://github.com/elastic/kibana/issues/89069
describe.skip('Search search sessions Management UI', () => {
describe('New search sessions', () => {
before(async () => {
await PageObjects.common.navigateToApp('dashboard');
Expand Down

0 comments on commit a5bb864

Please sign in to comment.