[Cloud Security] skip flaky CNVM test (#190718)

## Summary

Skipping flaky test

Part of:
- https://github.com/elastic/kibana/issues/186302
This commit is contained in:
Maxim Kholod 2024-08-20 14:16:14 +02:00 committed by GitHub
parent f3a6527437
commit 6f392ee805
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@ export default function (providerContext: FtrProviderContext) {
).to.be(true);
});
it('Clicking on Launch CloudFormation on post intall modal should lead user to Cloud Formation page', async () => {
it.skip('Clicking on Launch CloudFormation on post intall modal should lead user to Cloud Formation page', async () => {
await cisIntegration.navigateToAddIntegrationCnvmPage();
await cisIntegration.inputUniqueIntegrationName();
await pageObjects.header.waitUntilLoadingHasFinished();