Skip to content

Commit

Permalink
skip flaky suite (#89477)
Browse files Browse the repository at this point in the history
(cherry picked from commit 27d9a9d)
  • Loading branch information
spalger committed Jan 27, 2021
1 parent 737f2a4 commit 31397ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/discover/_saved_queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const savedQueryManagementComponent = getService('savedQueryManagementComponent');
const testSubjects = getService('testSubjects');

describe('saved queries saved objects', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/89477
describe.skip('saved queries saved objects', function describeIndexTests() {
before(async function () {
log.debug('load kibana index with default index pattern');
await esArchiver.load('discover');
Expand Down

0 comments on commit 31397ba

Please sign in to comment.