mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
skip flaky suite (#165511)
This commit is contained in:
parent
0e982807e0
commit
f1a9942f99
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ export default function ({ getService }: FtrProviderContext) {
|
||||||
const supertest = getService('supertest');
|
const supertest = getService('supertest');
|
||||||
const esArchiver = getService('esArchiver');
|
const esArchiver = getService('esArchiver');
|
||||||
|
|
||||||
describe('scripted fields disabled', function () {
|
// FLAKY: https://github.com/elastic/kibana/issues/165511
|
||||||
|
describe.skip('scripted fields disabled', function () {
|
||||||
before(async () => {
|
before(async () => {
|
||||||
await esArchiver.load('test/api_integration/fixtures/es_archiver/index_patterns/basic_index');
|
await esArchiver.load('test/api_integration/fixtures/es_archiver/index_patterns/basic_index');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue