mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
20f1f06a38
commit
995c2cb725
1 changed files with 4 additions and 1 deletions
|
@ -40,7 +40,10 @@ const verboseArgs = [
|
|||
'--path',
|
||||
];
|
||||
|
||||
describe('Ingesting coverage', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/67554
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/67555
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/67556
|
||||
describe.skip('Ingesting coverage', () => {
|
||||
const summaryPath = 'jest-combined/coverage-summary-manual-mix.json';
|
||||
const resolved = resolve(MOCKS_DIR, summaryPath);
|
||||
const siteUrlRegex = /"staticSiteUrl": (".+",)/;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue