mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#156739)
This commit is contained in:
parent
e33d8f82a3
commit
5c822620b7
1 changed files with 2 additions and 1 deletions
|
@ -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 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue