Skip to content

Commit 773bdd8

Browse files
committed
skip failing test suite (elastic#225181)
1 parent 286e9d6 commit 773bdd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/test/functional/apps/infra/node_details.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
131131
await browser.refresh();
132132
};
133133

134-
describe('Node Details', () => {
134+
// Failing: See https://github.com/elastic/kibana/issues/225181
135+
describe.skip('Node Details', () => {
135136
let synthEsClient: InfraSynthtraceEsClient;
136137
before(async () => {
137138
synthEsClient = await getInfraSynthtraceEsClient(esClient);

0 commit comments

Comments
 (0)