Skip to content

Commit

Permalink
fix: disable Synchronization
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Jul 3, 2024
1 parent be33182 commit 73e55e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example/e2e/ldk.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
describe('LDK integration test', () => {
beforeAll(async () => {
await device.launchApp();
await device.launchApp({
launchArgs: { detoxEnableSynchronization: 0 },
});
});

beforeEach(async () => {
Expand Down

0 comments on commit 73e55e7

Please sign in to comment.