mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Revert "Revert "[Index management] Unskip api_integration tests for inference endpoints"" (#190855)
Reverts elastic/kibana#189742
This commit is contained in:
parent
385281b2a6
commit
24b4eb4d18
2 changed files with 2 additions and 5 deletions
|
@ -20,9 +20,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
const service = 'elser';
|
||||
const modelId = '.elser_model_2';
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/189333
|
||||
// Failing: See https://github.com/elastic/kibana/issues/189333
|
||||
describe.skip('Inference endpoints', function () {
|
||||
describe('Inference endpoints', function () {
|
||||
after(async () => {
|
||||
try {
|
||||
log.debug(`Deleting underlying trained model`);
|
||||
|
|
|
@ -26,8 +26,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
let roleAuthc: RoleCredentials;
|
||||
let internalReqHeader: InternalRequestHeader;
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/189464
|
||||
describe.skip('Inference endpoints', function () {
|
||||
describe('Inference endpoints', function () {
|
||||
before(async () => {
|
||||
roleAuthc = await svlUserManager.createM2mApiKeyWithRoleScope('admin');
|
||||
internalReqHeader = svlCommonApi.getInternalRequestHeader();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue