Skip to content

Commit

Permalink
Do not print xfailed tests in CI (#8619)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter committed Apr 12, 2024
1 parent e0a7525 commit cd9951b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -97,7 +97,7 @@ parentdir_prefix = "distributed-"

[tool.pytest.ini_options]
addopts = '''
-v -rsxfE
-v -rsfE
--durations=20
--color=yes
--ignore=continuous_integration
Expand Down

0 comments on commit cd9951b

Please sign in to comment.