diff --git a/python/ray/data/tests/test_backpressure_e2e.py b/python/ray/data/tests/test_backpressure_e2e.py index 0c49e8196715..06b869b4f925 100644 --- a/python/ray/data/tests/test_backpressure_e2e.py +++ b/python/ray/data/tests/test_backpressure_e2e.py @@ -338,4 +338,4 @@ def __call__(self, df: np.ndarray): if __name__ == "__main__": import sys - sys.exit(pytest.main(["-v", __file__])) + sys.exit(pytest.main(["-sv", __file__]))