mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
f3a6527437
commit
6f392ee805
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue