skip failing cypress test

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2020-12-08 07:35:31 -08:00
parent 8eae30c82f
commit 6858562902

View file

@ -48,7 +48,8 @@ const ABSOLUTE_DATE = {
startTimeTimeline: '2019-08-02T20:03:29.186Z',
};
describe('url state', () => {
// SKIP: https://github.com/elastic/kibana/issues/85289
describe.skip('url state', () => {
it('sets the global start and end dates from the url', () => {
loginAndWaitForPageWithoutDateRange(ABSOLUTE_DATE_RANGE.url);
cy.get(DATE_PICKER_START_DATE_POPOVER_BUTTON).should(