From 22fc85fc688576b501c38b5004d00a2c952dacc1 Mon Sep 17 00:00:00 2001 From: Ze Gan Date: Wed, 27 Sep 2023 11:19:36 +0800 Subject: [PATCH] Revert "Enable log analyzer" This reverts commit f1d4a0327c8832b31ec25d8b3d96a8f6c4ba23e9. --- tests/dash/test_dash_vnet.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/dash/test_dash_vnet.py b/tests/dash/test_dash_vnet.py index 1ec9027391..3d0826b107 100644 --- a/tests/dash/test_dash_vnet.py +++ b/tests/dash/test_dash_vnet.py @@ -13,7 +13,8 @@ logger = logging.getLogger(__name__) pytestmark = [ - pytest.mark.topology('dpu') + pytest.mark.topology('dpu'), + pytest.mark.disable_loganalyzer ]