File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff 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 ' +
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments