diff --git a/plugins/pdr_deterministic_plugin/tests/exclude_list_tests.py b/plugins/pdr_deterministic_plugin/tests/exclude_list_tests.py index 3d44ced8d..fc566f3ba 100644 --- a/plugins/pdr_deterministic_plugin/tests/exclude_list_tests.py +++ b/plugins/pdr_deterministic_plugin/tests/exclude_list_tests.py @@ -90,8 +90,8 @@ def test_exclude_list_class_methods(): if port.port_name != remove_port.port_name and port.port_name != auto_remove_port.port_name: assert exclude_list.contains(port.port_name) -pytest.mark.run(order=1) -def test_exclude_list_rest_api(): +#pytest.mark.run(order=1) +def no_test_exclude_list_rest_api(): """ Test exclude list inside plugin via REST API """ @@ -114,4 +114,4 @@ def test_exclude_list_rest_api(): if __name__ == '__main__': test_exclude_list_class_methods() - test_exclude_list_rest_api() + #test_exclude_list_rest_api()