-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JS: Address flakiness with setting copying a Firefox profile
The third-party package used to copy a template Firefox profile would somtimes fail to copy all of the files in a directory. This would yield an incomplete profile causing the FirefoxDriver to fail to initialize properly (up to 10% failrue rate on OS X 10.9.4 with node 0.10.x). This change removes the problematic dependency infavor of a simple, synchronous, recursive copy. At some point I will revisit this change to support fully asynchronous copying.
- Loading branch information
Showing
3 changed files
with
37 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters