Skip to content

Commit

Permalink
chore: do not cleanup with this.usePrebuiltWDA (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Mar 31, 2024
1 parent e030c2e commit 0436e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webdriveragent.js
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ class WebDriverAgent {

// useXctestrunFile and usePrebuiltWDA use existing dependencies
// It depends on user side
if (this.idb || this.useXctestrunFile || (this.derivedDataPath && this.usePrebuiltWDA)) {
if (this.idb || this.useXctestrunFile || this.usePrebuiltWDA) {
this.log.info('Skipped WDA project cleanup according to the provided capabilities');
} else {
const synchronizationKey = path.normalize(this.bootstrapPath);
Expand Down

0 comments on commit 0436e95

Please sign in to comment.