Skip to content

Commit 4091b66

Browse files
committed
Remove documentation for Firefox < 68
1 parent 53d52a9 commit 4091b66

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/common.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ def configure(data_dir):
116116
"""Chrome has no special configuration step."""
117117

118118

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.
122119
class FirefoxConfig:
123120
data_dir_flag = '-profile '
124121
default_flags = ('-new-instance',)

0 commit comments

Comments
 (0)