Skip to content

Commit

Permalink
skip failing test suite (#167621)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 29, 2023
1 parent 0bdbcc0 commit ec7e507
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const noIntegrationsTitle = 'No integrations found';
const noUncategorizedTitle = 'No data streams found';

describe('Dataset Selector', () => {
// Failing: See https://github.com/elastic/kibana/issues/167621
describe.skip('Dataset Selector', () => {
before(async () => {
await kibanaServer.importExport.load('test/functional/fixtures/kbn_archiver/discover');
await PageObjects.observabilityLogExplorer.removeInstalledPackages();
Expand Down

0 comments on commit ec7e507

Please sign in to comment.