mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#213289)
This commit is contained in:
parent
198b99ee10
commit
fa673093a7
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ export default function ({ getService, getPageObjects }: DatasetQualityFtrProvid
|
|||
version: '1.14.0',
|
||||
};
|
||||
|
||||
describe('Dataset quality table', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/213289
|
||||
describe.skip('Dataset quality table', () => {
|
||||
before(async () => {
|
||||
// Install Integration and ingest logs for it
|
||||
await PageObjects.observabilityLogsExplorer.installPackage(pkg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue