skip flaky suite (#191027)

This commit is contained in:
Tiago Costa 2024-08-26 20:11:36 +01:00
parent a7d6a03c07
commit dbc4a29a9e
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -36,7 +36,8 @@ export default function (providerContext: FtrProviderContext) {
await cisIntegration.navigateToAddIntegrationCspmPage();
});
describe('CIS_GCP Organization', () => {
// FLAKY: https://github.com/elastic/kibana/issues/191027
describe.skip('CIS_GCP Organization', () => {
it('Switch between Manual and Google cloud shell', async () => {
await cisIntegration.clickOptionButton(CIS_GCP_OPTION_TEST_ID);
await cisIntegration.clickOptionButton(GCP_ORGANIZATION_TEST_ID);