mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#192891)
This commit is contained in:
parent
a06b6a27cf
commit
03823ec727
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue