mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
skip failing test suite (#225181)
This commit is contained in:
parent
506db10ae9
commit
3da35797cd
1 changed files with 2 additions and 1 deletions
|
@ -131,7 +131,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
await browser.refresh();
|
||||
};
|
||||
|
||||
describe('Node Details', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/225181
|
||||
describe.skip('Node Details', () => {
|
||||
let synthEsClient: InfraSynthtraceEsClient;
|
||||
before(async () => {
|
||||
synthEsClient = await getInfraSynthtraceEsClient(esClient);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue