Skip failing discover histogram test

This commit is contained in:
Brian Seeders 2020-04-21 11:21:06 -04:00
parent fd865f4679
commit ad71e39a1e
No known key found for this signature in database
GPG key ID: 424927146CC9A682

View file

@ -58,7 +58,8 @@ export default function({ getService, getPageObjects }) {
await esArchiver.unload('discover');
});
it('should visualize monthly data with different day intervals', async () => {
// https://github.com/elastic/kibana/issues/63928
it.skip('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';