mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#159450)
This commit is contained in:
parent
bcc4f11e0b
commit
1e8145c925
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ import {
|
|||
export default function (providerContext: FtrProviderContext) {
|
||||
const { loadTestFile, getService } = providerContext;
|
||||
|
||||
describe('endpoint', function () {
|
||||
// FAILING: https://github.com/elastic/kibana/issues/159450
|
||||
describe.skip('endpoint', function () {
|
||||
const ingestManager = getService('ingestManager');
|
||||
const log = getService('log');
|
||||
const endpointTestResources = getService('endpointTestResources');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue