Skip to content

Commit

Permalink
enable endpoint FTRs
Browse files Browse the repository at this point in the history
  • Loading branch information
gergoabraham committed May 24, 2024
1 parent 9f78892 commit cb51073
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ import {
export default function (providerContext: FtrProviderContext) {
const { loadTestFile, getService, getPageObjects } = providerContext;

// FLAKY: https://github.com/elastic/kibana/issues/180401
describe.skip('endpoint', function () {
describe('endpoint', function () {
const ingestManager = getService('ingestManager');
const log = getService('log');
const endpointTestResources = getService('endpointTestResources');
Expand Down

0 comments on commit cb51073

Please sign in to comment.