mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#168105)
This commit is contained in:
parent
d6272bcc99
commit
fad58a5c11
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,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/168105
|
||||
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