mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#156998)
This commit is contained in:
parent
3354f594a0
commit
8996d693dc
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
return createTestDefinitions(testCases, false, { spaceId });
|
||||
};
|
||||
|
||||
describe('_resolve', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/156998
|
||||
describe.skip('_resolve', () => {
|
||||
getTestScenarios().spaces.forEach(({ spaceId }) => {
|
||||
const tests = createTests(spaceId);
|
||||
addTests(`within the ${spaceId} space`, { spaceId, tests });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue