Skip to content

Commit

Permalink
skip flaky suite (#86602)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Nov 17, 2021
1 parent a426f8a commit 56fc782
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/discover/_discover.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export default function ({ getService, getPageObjects }) {
defaultIndex: 'logstash-*',
};

describe('discover app', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/86602
describe.skip('discover app', function describeIndexTests() {
const fromTime = '2015-09-19 06:31:44.000';
const fromTimeString = 'September 19th 2015, 06:31:44.000';
const toTime = '2015-09-23 18:31:44.000';
Expand Down

0 comments on commit 56fc782

Please sign in to comment.