Skip to content

Commit b4bd2d0

Browse files
remove reset
1 parent b2ac8c2 commit b4bd2d0

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

lib/webdriveragent.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ export class WebDriverAgent {
355355
this.log.info('Shutting down sub-processes');
356356
if (this._xcodebuild) {
357357
await this.xcodebuild.quit();
358-
await this.xcodebuild.reset();
359358
}
360359
} else {
361360
this.log.debug('Do not stop xcodebuild nor XCTest session ' +

lib/xcodebuild.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -197,14 +197,6 @@ export class XcodeBuild {
197197
return await this._derivedDataPathPromise;
198198
}
199199

200-
/**
201-
* Resets the XcodeBuild instance.
202-
* No-op since we no longer modify project files.
203-
*/
204-
async reset (): Promise<void> {
205-
// No longer needed since we pass PRODUCT_BUNDLE_IDENTIFIER via command line
206-
}
207-
208200
/**
209201
* Pre-builds WebDriverAgent before launching tests.
210202
* Performs a build-only operation and sets usePrebuiltWDA flag.

0 commit comments

Comments
 (0)