Skip to content

Commit 7e548dd

Browse files
committed
unix pipeline tests reduce logging
1 parent 7c3b761 commit 7e548dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/python/tests/matrix/test_block_converter_unix_pipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class TestMatrixBlockConverterUnixPipe(unittest.TestCase):
3636
@classmethod
3737
def setUpClass(cls):
3838
cls.sds = SystemDSContext(
39-
data_transfer_mode=1, logging_level=10, capture_stdout=True
39+
data_transfer_mode=1, logging_level=50, capture_stdout=True
4040
)
4141
if not os.path.exists(cls.temp_dir):
4242
os.makedirs(cls.temp_dir)

0 commit comments

Comments
 (0)