Skip to content

Commit

Permalink
skip flaky suite (#187470)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 23, 2024
1 parent 5dfa3ec commit 8439196
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ export default function (providerContext: FtrProviderContext) {
});
});

describe('CIS_AWS Organization Manual Assume Role', () => {
// FLAKY: https://github.com/elastic/kibana/issues/187470
describe.skip('CIS_AWS Organization Manual Assume Role', () => {
it('CIS_AWS Organization Manual Assume Role Workflow', async () => {
const roleArn = 'RoleArnTestValue';
await cisIntegration.clickOptionButton(CIS_AWS_OPTION_TEST_ID);
Expand Down

0 comments on commit 8439196

Please sign in to comment.