Skip to content

Commit

Permalink
skips flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema committed Jul 15, 2020
1 parent c85f85a commit a00ee92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ describe('url state', () => {
cy.get(KQL_INPUT).invoke('text').should('eq', 'source.ip: "10.142.0.9"');
});

it('sets and reads the url state for timeline by id', () => {
it.skip('sets and reads the url state for timeline by id', () => {
loginAndWaitForPage(HOSTS_URL);
openTimeline();
executeTimelineKQL('host.name: *');
Expand Down

0 comments on commit a00ee92

Please sign in to comment.