Skip to content

Commit dafab14

Browse files
committed
test(android): drop the retired installArgs from the install-timeout fixture
`2cafab3ad0` typed this fixture as `AndroidSnapshotHelperManifest` while carrying `installArgs`, a field the manifest no longer has: #2603 retired the `-t` flag the array used to spell, the helper now installs with a fixed `adb install -r`, and the parser ignores the key on older blobs — which is what `snapshot-helper.test.ts` pins. The literal therefore failed `pnpm typecheck` with TS2353 on every branch, reding `Typecheck & Package` on `origin/main` itself. Nothing read the key. The install path builds its adb arguments from the provider's own `replace` option, and the assertion this fixture serves is about the timeout hint derived from the adb failure.
1 parent ceff9c3 commit dafab14

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/platform-android/src/__tests__/snapshot-helper-install.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const manifest: AndroidSnapshotHelperManifest = {
2626
targetSdk: 36,
2727
outputFormat: 'uiautomator-xml',
2828
statusProtocol: 'android-snapshot-helper-v1',
29-
installArgs: ['install', '-r'],
3029
};
3130

3231
beforeEach(() => {

0 commit comments

Comments
 (0)