Skip to content

Commit eb9ffc3

Browse files
committed
skip failing test until fix is in place
1 parent d492fea commit eb9ffc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/datasets/DatasetsRepository.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -954,8 +954,8 @@ describe('DatasetsRepository', () => {
954954
}
955955
])
956956
})
957-
958-
test('should throw error if trying to update an outdated internal version dataset', async () => {
957+
// TODO: add this test when https://github.com/IQSS/dataverse-client-javascript/issues/343 is fixed
958+
test.skip('should throw error if trying to update an outdated internal version dataset', async () => {
959959
const testDataset = {
960960
metadataBlockValues: [
961961
{

0 commit comments

Comments
 (0)