Skip to content

Commit 0b8f9ae

Browse files
skip profile tests by default
1 parent 2d241cc commit 0b8f9ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react/tests/profile.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { PowerSyncContext } from '../src/hooks/PowerSyncContext';
77
import { useQuery } from '../src/hooks/watched/useQuery';
88
import { useWatchedQuerySubscription } from '../src/hooks/watched/useWatchedQuerySubscription';
99

10-
let skipTests = false;
10+
let skipTests = true;
1111
/**
1212
* This does not run as part of all tests. Enable this suite manually to run performance tests.
1313
*

0 commit comments

Comments
 (0)