mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
chore(NA): skip apis Endpoint plugin test metadata api POST /api/endpoint/metadata when index is not empty (#68586)
This commit is contained in:
parent
299a6026fd
commit
e49888f2ec
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ const numberOfHostsInFixture = 3;
|
|||
export default function ({ getService }: FtrProviderContext) {
|
||||
const esArchiver = getService('esArchiver');
|
||||
const supertest = getService('supertest');
|
||||
describe('test metadata api', () => {
|
||||
// SKIPPED as it is failing on ES PROMOTION: https://github.com/elastic/kibana/issues/68584
|
||||
describe.skip('test metadata api', () => {
|
||||
describe('POST /api/endpoint/metadata when index is empty', () => {
|
||||
it('metadata api should return empty result when index is empty', async () => {
|
||||
await esArchiver.unload('endpoint/metadata/api_feature');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue