We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d52a9 commit 4091b66Copy full SHA for 4091b66
test/common.py
@@ -116,9 +116,6 @@ def configure(data_dir):
116
"""Chrome has no special configuration step."""
117
118
119
-# N.b. The earliest Firefox version that can run multithreaded browser harness
120
-# is Firefox 67. If you need to test earlier Firefox versions, use EMTEST_CORES=1
121
-# environment variable to revert to the single-threaded browser harness.
122
class FirefoxConfig:
123
data_dir_flag = '-profile '
124
default_flags = ('-new-instance',)
0 commit comments