From d82cf7b8034ecca7abc6bd41e5f4fb44fd54bc44 Mon Sep 17 00:00:00 2001 From: ThreadDao Date: Tue, 5 Oct 2021 21:40:06 +0800 Subject: [PATCH] [skip ci] Comment out unused code (#9290) Signed-off-by: ThreadDao --- tests/python_client/testcases/test_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/testcases/test_config.py b/tests/python_client/testcases/test_config.py index 6a268ee154..c9d3229871 100644 --- a/tests/python_client/testcases/test_config.py +++ b/tests/python_client/testcases/test_config.py @@ -8,7 +8,7 @@ import pytest from utils.utils import * import ujson -CONFIG_TIMEOUT = 80 +# CONFIG_TIMEOUT = 80 # class TestCacheConfig: # """