Skip to content

Commit

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

describe('CNVM AWS', () => {
// FLAKY: https://github.com/elastic/kibana/issues/186302
describe.skip('CNVM AWS', () => {
it('Hyperlink on PostInstallation Modal should have the correct URL', async () => {
await cisIntegration.navigateToAddIntegrationCnvmPage();
await cisIntegration.clickSaveButton();
Expand Down

0 comments on commit fe07ada

Please sign in to comment.