Skip to content

Commit

Permalink
skip flaky test (#45884)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 17, 2019
1 parent b1a01ef commit 819d737
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ export default function ({ getService }) {
expect(stats.stack_stats.xpack.rollup).to.be.an('object');
});

it('should pull local stats and validate fields', async () => {
// FLAKY: https://github.com/elastic/kibana/issues/45884
it.skip('should pull local stats and validate fields', async () => {
const timeRange = {
min: '2018-07-23T22:07:00Z',
max: '2018-07-23T22:13:00Z'
Expand Down

0 comments on commit 819d737

Please sign in to comment.