From ce3742835f8b19bf36df59cb66338b69aa46a342 Mon Sep 17 00:00:00 2001 From: Xieql Date: Wed, 5 Jan 2022 10:37:24 +0800 Subject: [PATCH] [skip e2e] Improve annotation (#14801) Signed-off-by: Xieql --- tests/python_client/chaos/test_chaos_memory_stress.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/chaos/test_chaos_memory_stress.py b/tests/python_client/chaos/test_chaos_memory_stress.py index 192de83fdb..ddcbd268d3 100644 --- a/tests/python_client/chaos/test_chaos_memory_stress.py +++ b/tests/python_client/chaos/test_chaos_memory_stress.py @@ -239,7 +239,7 @@ class TestChaosData: chaos_res.create(chaos_config) log.info("Chaos injected") - # convert string duration time to a int number in seconds + # convert string duration time to an int number in seconds if isinstance(duration, str): duration = duration.replace('h', '*3600+').replace('m', '*60+').replace('s', '*1+') + '+0' else: