Skip to content

Commit

Permalink
skip failing test suite (elastic#182451)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and CAWilson94 committed Jan 10, 2025
1 parent b77a525 commit 1d558d1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ import { login } from '../../../tasks/login';
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';

describe(
// Failing: See https://github.com/elastic/kibana/issues/182451
describe.skip(
'Unenroll agent from fleet when agent tamper protection is enabled',
{ tags: ['@ess'] },
() => {
Expand Down

0 comments on commit 1d558d1

Please sign in to comment.