Skip to content

Commit 9362ad3

Browse files
chore: comment out Console Logging and Document Expiration tests
Temporarily disabled these test navigation items in the expo-example app.
1 parent a1e9c4f commit 9362ad3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

expo-example/hooks/useTestsNavigationSections.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ export function useTestsNavigationSections() {
44
title: 'Test Runners',
55
icon: 'run',
66
data: [
7-
{ id: 2, title: 'Console Logging', path: '/tests/console' },
7+
// { id: 2, title: 'Console Logging', path: '/tests/console' },
88
{ id: 3, title: 'Database', path: '/tests/database' },
99
{ id: 4, title: 'Collection', path: '/tests/collection' },
1010
{ id: 5, title: 'Documents', path: '/tests/documents' },
11-
{ id: 6, title: 'Document Expiration', path: '/tests/documentExpiration' },
11+
// { id: 6, title: 'Document Expiration', path: '/tests/documentExpiration' },
1212
{ id: 7, title: 'Indexes', path: '/tests/indexing' },
1313
{ id: 8, title: 'Query', path: '/tests/query' },
1414
{ id: 9, title: 'Replicator', path: '/tests/replication' },

0 commit comments

Comments
 (0)