Skip to content

Commit

Permalink
[Cloud Security] unskip old data e2e tests for csp plugin (#172064)
Browse files Browse the repository at this point in the history
## Summary

Closes:
- #171737

tests should be fixed with
https://github.com/elastic/kibana/pull/171736/files,

flaky test runner
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/4098

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
maxcold and kibanamachine authored Nov 30, 2023
1 parent 092330c commit c4be9d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default function ({ getPageObjects }: FtrProviderContext) {
},
];

describe.skip('Old Data', function () {
describe('Old Data', function () {
this.tags(['cloud_security_posture_findings']);
let findings: typeof pageObjects.findings;

Expand Down

0 comments on commit c4be9d6

Please sign in to comment.