unskip cis_gcp test (#211629)

## Summary

Unskip test https://github.com/elastic/kibana/issues/191027


### Checklist
- [x] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
This commit is contained in:
Alex Prozorov 2025-02-19 17:52:10 +02:00 committed by GitHub
parent 8159319d75
commit b8176ea52f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ export default function (providerContext: FtrProviderContext) {
});
// FLAKY: https://github.com/elastic/kibana/issues/191027
describe.skip('CIS_GCP Organization', () => {
describe('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);