mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#156346)
This commit is contained in:
parent
d8bd37c58e
commit
aa02d2e5e3
1 changed files with 2 additions and 1 deletions
|
@ -130,7 +130,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
return createTestDefinitions(testCases, false, { overwrite, spaceId, singleRequest });
|
||||
};
|
||||
|
||||
describe('_resolve_import_errors', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/156346
|
||||
describe.skip('_resolve_import_errors', () => {
|
||||
getTestScenarios([
|
||||
[false, false],
|
||||
[false, true],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue