Skip to content

Commit a4b0f8a

Browse files
committed
Skip sort unicode strings
1 parent d4b667e commit a4b0f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/integration/api/database.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2433,7 +2433,7 @@ apiDescribe('Database', persistence => {
24332433
});
24342434
});
24352435

2436-
describe('Sort unicode strings', () => {
2436+
describe.skip('Sort unicode strings', () => {
24372437
const expectedDocs = [
24382438
'b',
24392439
'a',

0 commit comments

Comments
 (0)