mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#132910)
This commit is contained in:
parent
18ae9db1c4
commit
a7caee80e7
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue