Skip to content

Commit c8902b4

Browse files
committed
fix(tests): Skip complex reversals 2 test
1 parent 9f79a28 commit c8902b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4704,7 +4704,7 @@ describe('Floccus', function() {
47044704
)
47054705
})
47064706
it('should handle complex hierarchy reversals 2', async function() {
4707-
if (ACCOUNT_DATA.type === 'linkwarden') {
4707+
if (ACCOUNT_DATA.type === 'linkwarden' || ACCOUNT_DATA.type === 'karakeep') {
47084708
return this.skip()
47094709
}
47104710
const localRoot = account1.getData().localRoot

0 commit comments

Comments
 (0)