mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#211516)
This commit is contained in:
parent
6ce22f4a33
commit
54fb155467
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ export default function ({ getService, getPageObjects }: DatasetQualityFtrProvid
|
|||
]);
|
||||
};
|
||||
|
||||
describe('Dataset quality summary', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/211516
|
||||
describe.skip('Dataset quality summary', () => {
|
||||
afterEach(async () => {
|
||||
await synthtrace.clean();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue