mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#214029)
This commit is contained in:
parent
59bf352f0a
commit
2995f2677d
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ export default function ({ getService, getPageObjects }: DatasetQualityFtrProvid
|
|||
const degradedDatasetName = datasetNames[2];
|
||||
const degradedDataStreamName = `logs-${degradedDatasetName}-${defaultNamespace}`;
|
||||
|
||||
describe('Dataset Quality Details', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/214029
|
||||
describe.skip('Dataset Quality Details', () => {
|
||||
before(async () => {
|
||||
// Install Apache Integration and ingest logs for it
|
||||
await PageObjects.observabilityLogsExplorer.installPackage(apachePkg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue