Skip to content

Commit

Permalink
re-eanble test
Browse files Browse the repository at this point in the history
  • Loading branch information
ashokaditya committed Dec 4, 2023
1 parent be7f6cf commit f70e999
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const endpointTestResources = getService('endpointTestResources');
const retry = getService('retry');

// FLAKY: https://github.com/elastic/kibana/issues/171653
// FLAKY: https://github.com/elastic/kibana/issues/171654
describe.skip('When on the Endpoint Policy Details Page', function () {
describe('When on the Endpoint Policy Details Page', function () {
targetTags(this, ['@ess', '@serverless']);

let indexedData: IndexedHostsAndAlertsResponse;
Expand Down

0 comments on commit f70e999

Please sign in to comment.