Skip to content

Commit

Permalink
skip flaky suite (elastic#170370)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 8, 2024
1 parent 0c5c712 commit 187afe7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_

const AGENT_BEAT_FILE_PATH_SUFFIX = '/components/agentbeat';

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

0 comments on commit 187afe7

Please sign in to comment.