Skip to content

Commit cd9951b

Browse files
authored
Do not print xfailed tests in CI (#8619)
1 parent e0a7525 commit cd9951b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ parentdir_prefix = "distributed-"
9797

9898
[tool.pytest.ini_options]
9999
addopts = '''
100-
-v -rsxfE
100+
-v -rsfE
101101
--durations=20
102102
--color=yes
103103
--ignore=continuous_integration

0 commit comments

Comments
 (0)