mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
skip failing test suite (#151854)
This commit is contained in:
parent
1ca143c2eb
commit
cbdb39191b
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ export default function ({ getService }: FtrProviderContext) {
|
||||||
const endpointTestResources = getService('endpointTestResources');
|
const endpointTestResources = getService('endpointTestResources');
|
||||||
const log = getService('log');
|
const log = getService('log');
|
||||||
|
|
||||||
describe('test metadata apis', () => {
|
// Failing: See https://github.com/elastic/kibana/issues/151854
|
||||||
|
describe.skip('test metadata apis', () => {
|
||||||
describe('list endpoints GET route', () => {
|
describe('list endpoints GET route', () => {
|
||||||
const numberOfHostsInFixture = 2;
|
const numberOfHostsInFixture = 2;
|
||||||
let agent1Timestamp: number;
|
let agent1Timestamp: number;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue