Skip to content

Commit

Permalink
skip failing test suite (#171639)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Dec 12, 2024
1 parent 78141e1 commit 3fddc89
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ import { indexEndpointHosts } from '../../tasks/index_endpoint_hosts';
import { login } from '../../tasks/login';
import { loadPage } from '../../tasks/common';

describe('Endpoints page', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
// Failing: See https://github.com/elastic/kibana/issues/171639
describe.skip('Endpoints page', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
let endpointData: ReturnTypeFromChainable<typeof indexEndpointHosts>;

before(() => {
Expand Down

0 comments on commit 3fddc89

Please sign in to comment.