Skip to content

Commit

Permalink
Skip entire flaky suite
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Apr 21, 2020
1 parent e195697 commit 2457c46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/functional/apps/discover/_discover_histogram.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export default function({ getService, getPageObjects }) {
'dateFormat:tz': 'Europe/Berlin',
};

describe('discover histogram', function describeIndexTests() {
// https://github.com/elastic/kibana/issues/63928
describe.skip('discover histogram', function describeIndexTests() {
before(async function() {
log.debug('load kibana index with default index pattern');
await PageObjects.common.navigateToApp('home');
Expand All @@ -58,8 +59,7 @@ export default function({ getService, getPageObjects }) {
await esArchiver.unload('discover');
});

// https://github.com/elastic/kibana/issues/63928
it.skip('should visualize monthly data with different day intervals', async () => {
it('should visualize monthly data with different day intervals', async () => {
//Nov 1, 2017 @ 01:00:00.000 - Mar 21, 2018 @ 02:00:00.000
const fromTime = '2017-11-01 00:00:00.000';
const toTime = '2018-03-21 00:00:00.000';
Expand Down

0 comments on commit 2457c46

Please sign in to comment.