Skip to content

Commit

Permalink
skip failing test suite (#156245)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 27, 2023
1 parent e801e76 commit ecd1cb1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ecd1cb1

Please sign in to comment.