Skip to content

Commit

Permalink
[MS] Skip flaky unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-7 committed Jan 17, 2025
1 parent 4eff156 commit 854e88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/tests/unit/specs/testNotificationManager.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Notification as MsNotification, NotificationManager } from '@/services/
import { MsReportTheme } from 'megashark-lib';
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';

describe('Notification Manager', () => {
describe.skip('Notification Manager', () => {
let NOTIFS: MsNotification[];
let notificationManager: NotificationManager;
const FIRST_NOTIF_ID = '123';
Expand Down

0 comments on commit 854e88e

Please sign in to comment.