Skip to content

Commit

Permalink
skip flaky suite (#156998)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 11, 2023
1 parent 2e0ba63 commit a4a9ad9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
Expand Down

0 comments on commit a4a9ad9

Please sign in to comment.