Skip to content

Commit 586c52b

Browse files
committed
Changed: temporarily disabled CollectionsRepository IT
1 parent 7ecc577 commit 586c52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/collections/CollectionsRepository.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
} from '../../testHelpers/collections/collectionHelper'
1010
import { ROOT_COLLECTION_ALIAS } from '../../../src/collections/domain/models/Collection'
1111

12-
describe('CollectionsRepository', () => {
12+
describe.skip('CollectionsRepository', () => {
1313
const testGetCollection: CollectionsRepository = new CollectionsRepository()
1414

1515
beforeAll(async () => {

0 commit comments

Comments
 (0)