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 da38e11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/jest/acceptance/analytics.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { getServerPort } from '../util/getServerPort';

jest.setTimeout(1000 * 30);

describe('analytics module', () => {
describe.skip('analytics module', () => {
let server;
let env: Record<string, string>;
const port = getServerPort(process);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { getServerPort } from '../../util/getServerPort';

jest.setTimeout(1000 * 30);

describe('analytics module', () => {
describe.skip('analytics module', () => {
let server;
let env: Record<string, string>;

Expand Down
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 da38e11

Please sign in to comment.