Skip to content

Commit

Permalink
skip failing test suite (elastic#186440)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jun 19, 2024
1 parent ca083d2 commit 384ced6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export default function (providerContext: FtrProviderContext) {
const { getPageObjects } = providerContext;
const pageObjects = getPageObjects(['cloudPostureDashboard', 'cisAddIntegration', 'header']);

describe('Test adding Cloud Security Posture Integrations CSPM GCP', function () {
// Failing: See https://github.com/elastic/kibana/issues/186440
describe.skip('Test adding Cloud Security Posture Integrations CSPM GCP', function () {
this.tags(['cloud_security_posture_cis_integration_cspm_gcp']);
let cisIntegrationGcp: typeof pageObjects.cisAddIntegration.cisGcp;
let cisIntegration: typeof pageObjects.cisAddIntegration;
Expand Down

0 comments on commit 384ced6

Please sign in to comment.