Skip to content

Commit

Permalink
Revert "skip failing test suite (elastic#193036)"
Browse files Browse the repository at this point in the history
This reverts commit 010a362.
  • Loading branch information
pheyos committed Sep 17, 2024
1 parent 5c58979 commit 1df0522
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ export default function ({ getService }: FtrProviderContext) {
let roleAuthc: RoleCredentials;
let internalReqHeader: InternalRequestHeader;

// Failing: See https://github.com/elastic/kibana/issues/193036
describe.skip('Inference endpoints', function () {
describe('Inference endpoints', function () {
before(async () => {
roleAuthc = await svlUserManager.createM2mApiKeyWithRoleScope('admin');
internalReqHeader = svlCommonApi.getInternalRequestHeader();
Expand Down

0 comments on commit 1df0522

Please sign in to comment.