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 5552bd8a5..3747a1880 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",