mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#140973)
This commit is contained in:
parent
9c83b62847
commit
60b55b6780
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ export default function createAlertingAndActionsTelemetryTests({ getService }: F
|
|||
const esTestIndexTool = new ESTestIndexTool(es, retry);
|
||||
const supertestWithoutAuth = getService('supertestWithoutAuth');
|
||||
|
||||
describe('telemetry', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/140973
|
||||
describe.skip('telemetry', () => {
|
||||
const alwaysFiringRuleId: { [key: string]: string } = {};
|
||||
|
||||
beforeEach(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue