Skip to content

Commit

Permalink
skip flaky suite (#61612)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 23, 2020
1 parent abb1cbf commit a54cc17
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ const ABSOLUTE_DATE = {
startTimeTimeline: '2019-08-02T20:03:29.186Z',
};

describe('url state', () => {
// FLAKY: https://github.com/elastic/kibana/issues/61612
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(
Expand Down

0 comments on commit a54cc17

Please sign in to comment.