mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#191027)
This commit is contained in:
parent
a7d6a03c07
commit
dbc4a29a9e
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue