Skip to content

Commit

Permalink
skip failing test suite (elastic#173094)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Dec 13, 2023
1 parent 1daa450 commit e426543
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/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 savedQueryName = 'shared-saved-query';
const destinationSpaceId = 'nondefaultspace';

describe('Discover Saved Queries', () => {
// Failing: See https://github.com/elastic/kibana/issues/173094
describe.skip('Discover Saved Queries', () => {
before('initialize tests', async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/logstash_functional');
await kibanaServer.importExport.load(
Expand Down

0 comments on commit e426543

Please sign in to comment.