mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#131834)
This commit is contained in:
parent
e4876f374d
commit
5dbbdf9cfd
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ export default function ({ getService }: PluginFunctionalProviderContext) {
|
||||||
const supertest = getService('supertest');
|
const supertest = getService('supertest');
|
||||||
const esArchiver = getService('esArchiver');
|
const esArchiver = getService('esArchiver');
|
||||||
|
|
||||||
describe('export transforms', () => {
|
// Failing: See https://github.com/elastic/kibana/issues/131834
|
||||||
|
describe.skip('export transforms', () => {
|
||||||
describe('root objects export transforms', () => {
|
describe('root objects export transforms', () => {
|
||||||
before(async () => {
|
before(async () => {
|
||||||
await esArchiver.load(
|
await esArchiver.load(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue