Skip to content

Commit bb0857b

Browse files
committed
only run one
1 parent c828e5d commit bb0857b

File tree

1 file changed

+1
-1
lines changed
  • taskcluster/kinds/run-smoke-tests

1 file changed

+1
-1
lines changed

taskcluster/kinds/run-smoke-tests/kind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ tasks:
2424
./collect_executables.sh;
2525
mv ./ci_pyproject.toml ./pyproject.toml;
2626
pipenv install;
27-
pipenv run pytest --fx-executable ./firefox/firefox -n 4 .
27+
pipenv run pytest --fx-executable ./firefox/firefox tests/security_and_privacy/test_third_party_content_blocked_private_browsing.py

0 commit comments

Comments
 (0)