Skip to content

Commit

Permalink
Changed: skipping getDatasetFilesTotalDownloadSize IT
Browse files Browse the repository at this point in the history
  • Loading branch information
GPortas committed Oct 10, 2023
1 parent ad136d7 commit 8996380
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/files/FilesRepository.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,8 @@ describe('FilesRepository', () => {
});
});

describe('getDatasetFilesTotalDownloadSize', () => {
// TODO: Remove skip once PR https://github.com/IQSS/dataverse/pull/9960 is merged
describe.skip('getDatasetFilesTotalDownloadSize', () => {
const expectedTotalDownloadSize = 193; // 193 bytes

test('should return total download size filtering by numeric id and ignoring original tabular size', async () => {
Expand Down

0 comments on commit 8996380

Please sign in to comment.