mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#167773)
This commit is contained in:
parent
96d68f7722
commit
988e5e01a3
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,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/167773
|
||||
describe.skip('Dataset Selector', () => {
|
||||
before(async () => {
|
||||
await PageObjects.svlCommonPage.login();
|
||||
await PageObjects.observabilityLogExplorer.removeInstalledPackages();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue