From 0628068febbfc5658db18ddd31e29a3f6b5d094d Mon Sep 17 00:00:00 2001 From: jitendracandela <78074038+jitendracandela@users.noreply.github.com> Date: Thu, 12 May 2022 23:28:52 +0530 Subject: [PATCH] removed regression marker (#525) Signed-off-by: jitendracandela --- .../nat_mode/rate_limiting/test_rate_limiting.py | 4 ++-- .../vlan_mode/rate_limiting/test_rate_limiting.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/e2e/basic/validation_of_operating_modes/nat_mode/rate_limiting/test_rate_limiting.py b/tests/e2e/basic/validation_of_operating_modes/nat_mode/rate_limiting/test_rate_limiting.py index 5ed200198..7ff041ce1 100644 --- a/tests/e2e/basic/validation_of_operating_modes/nat_mode/rate_limiting/test_rate_limiting.py +++ b/tests/e2e/basic/validation_of_operating_modes/nat_mode/rate_limiting/test_rate_limiting.py @@ -5,8 +5,8 @@ Rate LImiting Nat Mode Scenario import allure import pytest -pytestmark = [pytest.mark.rate_limiting, pytest.mark.nat, pytest.mark.general, pytest.mark.ucentral, - pytest.mark.regression] +# pytestmark = [pytest.mark.rate_limiting, pytest.mark.nat, pytest.mark.general, pytest.mark.ucentral, +# pytest.mark.regression] setup_params_general = { "mode": "NAT", diff --git a/tests/e2e/basic/validation_of_operating_modes/vlan_mode/rate_limiting/test_rate_limiting.py b/tests/e2e/basic/validation_of_operating_modes/vlan_mode/rate_limiting/test_rate_limiting.py index 20f6d5405..45903625f 100644 --- a/tests/e2e/basic/validation_of_operating_modes/vlan_mode/rate_limiting/test_rate_limiting.py +++ b/tests/e2e/basic/validation_of_operating_modes/vlan_mode/rate_limiting/test_rate_limiting.py @@ -5,8 +5,8 @@ Rate LImiting Vlan Mode Scenario import allure import pytest -pytestmark = [pytest.mark.rate_limiting, pytest.mark.vlan, pytest.mark.general, pytest.mark.ucentral, - pytest.mark.regression] +# pytestmark = [pytest.mark.rate_limiting, pytest.mark.vlan, pytest.mark.general, pytest.mark.ucentral, +# pytest.mark.regression] setup_params_general = { "mode": "VLAN",