mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Skip entire flaky suite
This commit is contained in:
parent
e195697e47
commit
2457c4636b
1 changed files with 3 additions and 3 deletions
|
@ -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');
|
||||
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue