removed regression marker (#525)

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
jitendracandela
2022-05-12 23:28:52 +05:30
committed by GitHub
parent 188e5b9f30
commit 0628068feb
2 changed files with 4 additions and 4 deletions

View File

@@ -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",

View File

@@ -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",