mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -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 esArchiver = getService('esArchiver');
|
||||
|
||||
describe('scripted fields disabled', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/165511
|
||||
describe.skip('scripted fields disabled', function () {
|
||||
before(async () => {
|
||||
await esArchiver.load('test/api_integration/fixtures/es_archiver/index_patterns/basic_index');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue