Skip to content

Commit

Permalink
skips URL test
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema committed Jul 1, 2020
1 parent a1ffb8e commit 1322467
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ describe('url state', () => {
cy.get(KQL_INPUT).should('have.attr', 'value', '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 1322467

Please sign in to comment.