From 470f7a321d9b9a3bc4749904336aa9ad7742cd2b Mon Sep 17 00:00:00 2001 From: Balaji Veeramani Date: Tue, 25 Nov 2025 10:59:22 -0800 Subject: [PATCH] Add switch flag Signed-off-by: Balaji Veeramani --- python/ray/data/tests/test_backpressure_e2e.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__]))