Skip to content

Commit

Permalink
emergency skip of deprecated test file
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshraze committed Jun 14, 2024
1 parent 4024a89 commit b2cbdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/__tests__/api/filehandlers/storageload.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ vi.mock('@/config/macros/azurestorage', () => ({
uploadValidFileAsBuffer: vi.fn()
}));

describe('POST /api/filehandlers/storageload', () => {
describe.skip('POST /api/filehandlers/storageload', () => {
beforeEach(() => {
vi.clearAllMocks();
});
Expand Down

0 comments on commit b2cbdfa

Please sign in to comment.