Skip to content

Commit

Permalink
skip failing test suite (#192891)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Dec 18, 2024
1 parent a06b6a2 commit 03823ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/infra/node_details.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
await pageObjects.header.waitUntilLoadingHasFinished();
};

describe('Node Details', () => {
// Failing: See https://github.com/elastic/kibana/issues/192891
describe.skip('Node Details', () => {
let synthEsClient: InfraSynthtraceEsClient;
before(async () => {
synthEsClient = await getInfraSynthtraceEsClient(esClient);
Expand Down

0 comments on commit 03823ec

Please sign in to comment.