diff --git a/tests/e2e/advanced/multi_station_performance/wpa2_personal/test_nat_multi_sta_performance.py b/tests/e2e/advanced/multi_station_performance/wpa2_personal/test_nat_multi_sta_performance.py index aa745c618..7b84ada12 100644 --- a/tests/e2e/advanced/multi_station_performance/wpa2_personal/test_nat_multi_sta_performance.py +++ b/tests/e2e/advanced/multi_station_performance/wpa2_personal/test_nat_multi_sta_performance.py @@ -4,7 +4,7 @@ import os import time import pandas as pd -# pytestmark = [pytest.mark.advance, pytest.mark.multistaperf, pytest.mark.nat] +pytestmark = [pytest.mark.advance, pytest.mark.multistaperf, pytest.mark.nat] setup_params_general = { "mode": "NAT",