Skip to content

Commit 9d707b1

Browse files
committed
remove s flag
1 parent bac6c97 commit 9d707b1

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
@@ -31,7 +31,7 @@ tasks:
3131
./collect_executables.sh;
3232
mv ./ci_pyproject.toml ./pyproject.toml;
3333
pipenv install;
34-
pipenv run pytest --fx-executable ./firefox/firefox -s -n 4 .
34+
pipenv run pytest --fx-executable ./firefox/firefox -n 4 .
3535
notify:
3636
recipients:
3737
- type: slack-channel

0 commit comments

Comments
 (0)