mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Defend Workflows] Skip flaky endpoint test (#166281)
https://github.com/elastic/security-team/issues/7613 Co-authored-by: Tomasz Ciecierski <tomasz.ciecierski@elastic.co>
This commit is contained in:
parent
92fcfa9747
commit
a0aaaed063
1 changed files with 1 additions and 2 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue