Skip to content

Commit

Permalink
Revert "skip flaky suite (elastic#170373)"
Browse files Browse the repository at this point in the history
This reverts commit 94cbb97.
  • Loading branch information
tomsonpl committed Dec 13, 2024
1 parent 38fbf64 commit f9ce52f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ import { enableAllPolicyProtections } from '../../../tasks/endpoint_policy';
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';

// FLAKY: https://github.com/elastic/kibana/issues/170373
describe.skip('Response console', { tags: ['@ess', '@serverless'] }, () => {
describe('Response console', { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
login();
});
Expand Down

0 comments on commit f9ce52f

Please sign in to comment.