Skip to content

Commit

Permalink
skip failing test suite (#170371)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Apr 22, 2024
1 parent 03c0405 commit fe4620f
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'] }, () => {
// Failing: See https://github.com/elastic/kibana/issues/170371
describe.skip('Response console', { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
login();
});
Expand Down

0 comments on commit fe4620f

Please sign in to comment.