mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#186438)
This commit is contained in:
parent
1b872fbf9d
commit
ff19b297fb
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ export default function (providerContext: FtrProviderContext) {
|
|||
await cisIntegration.navigateToAddIntegrationCspmPage();
|
||||
});
|
||||
|
||||
describe('CIS_AWS Organization Cloud Formation', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/186438
|
||||
describe.skip('CIS_AWS Organization Cloud Formation', () => {
|
||||
it('Initial form state, AWS Org account, and CloudFormation should be selected by default', async () => {
|
||||
expect((await cisIntegration.isRadioButtonChecked('cloudbeat/cis_aws')) === true);
|
||||
expect((await cisIntegration.isRadioButtonChecked('organization-account')) === true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue