Skip to content

Commit

Permalink
Revert "skip flaky suite (elastic#169821)"
Browse files Browse the repository at this point in the history
This reverts commit a2f4bfa.
  • Loading branch information
tomsonpl committed Dec 13, 2024
1 parent 8a643e5 commit 65f6526
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,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/169821
describe.skip('Response console', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
describe('Response console', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
beforeEach(() => {
login();
});
Expand Down

0 comments on commit 65f6526

Please sign in to comment.