mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#202564)
This commit is contained in:
parent
db7761efc1
commit
e7c71937d5
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ export default function createAlertingAndActionsTelemetryTests({ getService }: F
|
|||
const supertestWithoutAuth = getService('supertestWithoutAuth');
|
||||
const configService = getService('config');
|
||||
|
||||
describe('test telemetry', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/202564
|
||||
describe.skip('test telemetry', () => {
|
||||
const objectRemover = new ObjectRemover(supertest);
|
||||
const esQueryRuleId: { [key: string]: string } = {};
|
||||
const simulator = new OpenAISimulator({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue