skip failing test suite (#132910)

This commit is contained in:
Kibana Machine 2022-05-25 08:21:31 -05:00
parent 18ae9db1c4
commit a7caee80e7

View file

@ -37,6 +37,7 @@ export default function ({ getService }: FtrProviderContext) {
};
// Failing: See https://github.com/elastic/kibana/issues/132907
// Failing: See https://github.com/elastic/kibana/issues/132910
describe.skip('analytics service: server side', () => {
it('should see both events enqueued and sent to the shipper', async () => {
const telemetryCounters = await getTelemetryCounters(5);