Skip to content

Commit

Permalink
skip failing test suite (elastic#191806)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Aug 30, 2024
1 parent fbbed11 commit 540a2bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/infra/hosts_view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
(await pageObjects.infraHostsView.isKPIChartsLoaded())
);

describe('Hosts View', function () {
// Failing: See https://github.com/elastic/kibana/issues/191806
describe.skip('Hosts View', function () {
let synthEsInfraClient: InfraSynthtraceEsClient;
let syntEsLogsClient: LogsSynthtraceEsClient;

Expand Down

0 comments on commit 540a2bf

Please sign in to comment.