Skip to content

Commit

Permalink
skip flaky suite (#89477)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Apr 6, 2021
1 parent 4610764 commit 0c33b1f
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() {
// Failing: See 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 0c33b1f

Please sign in to comment.