Skip to content

Commit

Permalink
[Defend Workflows] Skip flaky endpoint test (elastic#166281)
Browse files Browse the repository at this point in the history
elastic/security-team#7613

Co-authored-by: Tomasz Ciecierski <[email protected]>
  • Loading branch information
szwarckonrad and tomsonpl authored Sep 13, 2023
1 parent 92fcfa9 commit a0aaaed
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ describe('Automated Response Actions', () => {
cleanupRule(ruleId);
}
});

it('should have generated endpoint and rule', () => {
it.skip('should have generated endpoint and rule', () => {
loadPage(APP_ENDPOINTS_PATH);
cy.contains(createdHost.hostname).should('exist');

Expand Down

0 comments on commit a0aaaed

Please sign in to comment.