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