Skip to content

Commit

Permalink
skip failing test suite (#193036)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 16, 2024
1 parent 3ad697b commit 010a362
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export default function ({ getService }: FtrProviderContext) {
let roleAuthc: RoleCredentials;
let internalReqHeader: InternalRequestHeader;

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

0 comments on commit 010a362

Please sign in to comment.