mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
skip failing test suite (#156245)
This commit is contained in:
parent
e801e76643
commit
ecd1cb110f
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ import { waitForFleetSetup } from './helpers';
|
|||
|
||||
const logFilePath = path.join(__dirname, 'logs.log');
|
||||
|
||||
describe('fleet usage telemetry', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/156245
|
||||
describe.skip('fleet usage telemetry', () => {
|
||||
let core: any;
|
||||
let esServer: TestElasticsearchUtils;
|
||||
let kbnServer: TestKibanaUtils;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue