Skip to content

Commit

Permalink
skip flaky test (elastic#45884)
Browse files Browse the repository at this point in the history
(cherry picked from commit 819d737)
  • Loading branch information
spalger committed Sep 17, 2019
1 parent 1461ec8 commit 3a63d67
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,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 3a63d67

Please sign in to comment.