mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -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 esArchiver = getService('esArchiver');
|
||||
|
||||
describe('export transforms', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/131834
|
||||
describe.skip('export transforms', () => {
|
||||
describe('root objects export transforms', () => {
|
||||
before(async () => {
|
||||
await esArchiver.load(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue