skip failing test suite (#192891)

This commit is contained in:
Kibana Machine 2024-12-24 03:52:12 +11:00
parent 70ead15bbb
commit 6d9d1a8648

View file

@ -141,6 +141,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
await pageObjects.header.waitUntilLoadingHasFinished();
};
// Failing: See https://github.com/elastic/kibana/issues/192891
// Failing: See https://github.com/elastic/kibana/issues/192891
describe.skip('Node Details', () => {
let synthEsClient: InfraSynthtraceEsClient;