mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Endpoint]EMT: temporarily skip test till package update. (#67778)
[Endpoint]EMT: temporarily skip test till package update.
This commit is contained in:
parent
1d5933b9a6
commit
6b7b0cbc44
3 changed files with 3 additions and 3 deletions
|
@ -70,7 +70,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
|
||||
let nullableEventId = '';
|
||||
|
||||
describe('Endpoint alert API', () => {
|
||||
describe.skip('Endpoint alert API', () => {
|
||||
describe('when data is in elasticsearch', () => {
|
||||
before(async () => {
|
||||
await esArchiver.load('endpoint/alerts/api_feature');
|
||||
|
|
|
@ -9,7 +9,7 @@ import { FtrProviderContext } from '../../../ftr_provider_context';
|
|||
export default function ({ getService }: FtrProviderContext) {
|
||||
const supertest = getService('supertest');
|
||||
|
||||
describe('Endpoint index pattern API', () => {
|
||||
describe.skip('Endpoint index pattern API', () => {
|
||||
it('should retrieve the index pattern for events', async () => {
|
||||
const { body } = await supertest.get('/api/endpoint/index_pattern/events').expect(200);
|
||||
expect(body.indexPattern).to.eql('events-endpoint-*');
|
||||
|
|
|
@ -14,7 +14,7 @@ const numberOfHostsInFixture = 3;
|
|||
export default function ({ getService }: FtrProviderContext) {
|
||||
const esArchiver = getService('esArchiver');
|
||||
const supertest = getService('supertest');
|
||||
describe('test metadata api', () => {
|
||||
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