Skip to content

Commit

Permalink
Revert "skip failing test suite (#193036)" (#193152)
Browse files Browse the repository at this point in the history
This reverts commit 010a362.

The root cause of the failing tests has been resolved on the
Elasticsearch side and the updated Elasticsearch image has been verified
and promoted. So the temporarily skipped tests can be re-enabled.
  • Loading branch information
pheyos authored Sep 17, 2024
1 parent 735380a commit 560ea71
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 560ea71

Please sign in to comment.