Skip to content

Commit c3b9780

Browse files
committed
remove unused tests
1 parent a346e4c commit c3b9780

File tree

2 files changed

+0
-53
lines changed

2 files changed

+0
-53
lines changed

dev-packages/node-integration-tests/suites/thread-blocked-native/stop-and-start.js

Lines changed: 0 additions & 45 deletions
This file was deleted.

dev-packages/node-integration-tests/suites/thread-blocked-native/test.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,4 @@ describe('Thread Blocked Native', { timeout: 30_000 }, () => {
197197
.start()
198198
.completed();
199199
});
200-
201-
test('watchdog can be stopped and restarted', async () => {
202-
await createRunner(__dirname, 'stop-and-start.js')
203-
.withMockSentryServer()
204-
.expect({ event: ANR_EVENT })
205-
.start()
206-
.completed();
207-
});
208200
});

0 commit comments

Comments
 (0)