skip flaky suite (#156739)

This commit is contained in:
Tiago Costa 2023-05-16 14:34:00 +01:00
parent e33d8f82a3
commit 5c822620b7
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -183,7 +183,8 @@ export default function ({ getService }: FtrProviderContext) {
return createTestDefinitions(testCases, false);
};
describe('_update_objects_spaces', () => {
// FLAKY: https://github.com/elastic/kibana/issues/156739
describe.skip('_update_objects_spaces', () => {
getTestScenarios().spaces.forEach(({ spaceId }) => {
const tests = createSinglePartTests(spaceId);
addTests(`targeting the ${spaceId} space`, { spaceId, tests });