Skip to content

Commit

Permalink
skip flaky suite (#165882)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Sep 7, 2023
1 parent c974e5c commit 43a70d3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export default ({ getService, getPageObjects }: FtrProviderContext) => {
const filterBar = getService('filterBar');
const dataViewTitle = 'logstash-2015.09.22';

describe('Field stats', () => {
// FLAKY: https://github.com/elastic/kibana/issues/165882
describe.skip('Field stats', () => {
before(async () => {
await kibanaServer.savedObjects.cleanStandardList();
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/logstash_functional');
Expand Down

0 comments on commit 43a70d3

Please sign in to comment.