[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:
Konrad Szwarc 2023-09-13 13:30:58 +02:00 committed by GitHub
parent 92fcfa9747
commit a0aaaed063
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');