Skip to content

Commit

Permalink
skip flaky suite (#165511)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Sep 4, 2023
1 parent 0e98280 commit f1a9942
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
Expand Down

0 comments on commit f1a9942

Please sign in to comment.