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 c828e5d commit bb0857bCopy full SHA for bb0857b
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 -n 4 .
+ pipenv run pytest --fx-executable ./firefox/firefox tests/security_and_privacy/test_third_party_content_blocked_private_browsing.py
0 commit comments