mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Skip failing discover histogram test
This commit is contained in:
parent
fd865f4679
commit
ad71e39a1e
1 changed files with 2 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue