Skip to content

Commit

Permalink
Update policy_response.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ashokaditya committed Dec 16, 2024
1 parent 3d47a59 commit 88a22fa
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ export default function ({ getService }: FtrProviderContext) {
const utils = getService('securitySolutionUtils');
const endpointTestresources = getService('endpointTestResources');

// FLAKY: https://github.com/elastic/kibana/issues/203908
// Failing: See https://github.com/elastic/kibana/issues/203903
describe.skip('@ess @serverless @skipInServerlessMKI Endpoint policy response api', function () {
describe('@ess @serverless @skipInServerlessMKI Endpoint policy response api', function () {
let adminSupertest: TestAgent;

before(async () => {
Expand Down

0 comments on commit 88a22fa

Please sign in to comment.