From d2c406d6cd3c7c84d7532190f7d3ea09a0d2473b Mon Sep 17 00:00:00 2001 From: Matthew Owen Date: Tue, 15 Oct 2024 13:31:08 -0700 Subject: [PATCH] removing unneeded test case Signed-off-by: Matthew Owen --- python/ray/data/tests/test_logging.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/ray/data/tests/test_logging.py b/python/ray/data/tests/test_logging.py index ace59dbcda92..152e14315ffb 100644 --- a/python/ray/data/tests/test_logging.py +++ b/python/ray/data/tests/test_logging.py @@ -136,7 +136,6 @@ def test_json_logging_configuration( # Ensure handlers correctly setup handlers = logger.handlers - assert len(handlers) == 2 assert sum(handler.name == "file_json" for handler in handlers) == 1 assert sum(handler.name == "console" for handler in handlers) == 1