Skip to content

Commit 409e9db

Browse files
authored
chore(telemetry): disable flaky srv telemetry test (#6680)
disable flaky srv telemetry test
1 parent 3178544 commit 409e9db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/compass/src/app/utils/telemetry.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ describe('connection tracking', function () {
7979
title: 'is srv',
8080
},
8181
]) {
82-
it(`tracks a new connection event - ${title}`, async function () {
82+
// TODO: https://jira.mongodb.org/browse/COMPASS-8932
83+
it.skip(`tracks a new connection event - ${title}`, async function () {
8384
const [properties] = await getExtraConnectionData({
8485
...connectionInfo,
8586
connectionOptions: {

0 commit comments

Comments
 (0)