Skip to content

Commit

Permalink
skip flaky suite (#169821)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 12, 2024
1 parent 72e0f47 commit 317890d
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 { enableAllPolicyProtections } from '../../tasks/endpoint_policy';
import { createEndpointHost } from '../../tasks/create_endpoint_host';
import { deleteAllLoadedEndpointData } from '../../tasks/delete_all_endpoint_data';

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

0 comments on commit 317890d

Please sign in to comment.