mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
skip failing test suite (#167621)
This commit is contained in:
parent
0bdbcc0ccc
commit
ec7e5079e3
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue