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 40cb714 commit 749a901Copy full SHA for 749a901
taskcluster/kinds/run-smoke-tests/kind.yml
@@ -24,4 +24,4 @@ tasks:
24
./collect_executables.sh;
25
mv ./ci_pyproject.toml ./pyproject.toml;
26
pipenv install;
27
- pipenv run pytest --fx-executable ./firefox/firefox tests/security_and_privacy/test_third_party_content_blocked_private_browsing.py
+ pipenv run pytest --fx-executable ./firefox/firefox -n 4
0 commit comments