mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Skip flaky navigational test (#19751)
This commit is contained in:
parent
cbd319f92c
commit
dda5e7b7e9
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ export default function ({ getPageObjects, getService }) {
|
|||
const retry = getService('retry');
|
||||
const PageObjects = getPageObjects(['common', 'discover', 'visualize', 'header']);
|
||||
|
||||
describe('visualize app', function describeIndexTests() {
|
||||
// Blocked by: https://github.com/elastic/kibana/issues/19750
|
||||
describe.skip('visualize app', function describeIndexTests() {
|
||||
const fromTime = '2015-09-19 06:31:44.000';
|
||||
const toTime = '2015-09-23 18:31:44.000';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue