skip flaky suite (#156998)

This commit is contained in:
Tiago Costa 2023-05-11 16:31:47 +01:00
parent 3354f594a0
commit 8996d693dc
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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 });