mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky test. #143993
This commit is contained in:
parent
97a68d8558
commit
2d1cdfdc28
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ afterAll(async () => {
|
|||
});
|
||||
|
||||
const parseXml = promisify(xml2js.parseString);
|
||||
it(
|
||||
// FLAKY https://github.com/elastic/kibana/issues/143993
|
||||
it.skip(
|
||||
'produces a valid junit report for failures',
|
||||
async () => {
|
||||
const result = await execa(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue