mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#132907)
This commit is contained in:
parent
3cacbe7c49
commit
18ae9db1c4
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
return resp.body;
|
||||
};
|
||||
|
||||
describe('analytics service: server side', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/132907
|
||||
describe.skip('analytics service: server side', () => {
|
||||
it('should see both events enqueued and sent to the shipper', async () => {
|
||||
const telemetryCounters = await getTelemetryCounters(5);
|
||||
expect(telemetryCounters).to.eql([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue