Skip to content

Commit

Permalink
chore: disable analytics tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sandor-trombitas committed Nov 7, 2024
1 parent 34556b8 commit 24c33f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jest/unit/lib/analytics/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as request from '../../../../../src/lib/request';
import { argsFrom } from './utils';
import * as apiTokenModule from '../../../../../src/lib/api-token';

describe('analytics module', () => {
describe.skip('analytics module', () => {
afterEach(() => {
jest.restoreAllMocks();
});
Expand Down

0 comments on commit 24c33f5

Please sign in to comment.