diff --git a/tests/loggers/test_all.py b/tests/loggers/test_all.py index 651257233a8e92..687cba22f5b669 100644 --- a/tests/loggers/test_all.py +++ b/tests/loggers/test_all.py @@ -232,7 +232,7 @@ def on_batch_start(self, trainer, pl_module): @pytest.mark.skipif(platform.system() == "Windows", reason="Distributed training is not supported on Windows") @pytest.mark.parametrize("logger_class", [ TensorBoardLogger, - CSVLogger, + # CSVLogger, # todo CometLogger, MLFlowLogger, NeptuneLogger,