Skip to content

Commit

Permalink
[Cloud Security] skip flaky CNVM test (#190718)
Browse files Browse the repository at this point in the history
## Summary

Skipping flaky test

Part of:
- #186302
  • Loading branch information
maxcold authored Aug 20, 2024
1 parent f3a6527 commit 6f392ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 6f392ee

Please sign in to comment.