From 270298922e92952e5c6557143e7920405a335ca4 Mon Sep 17 00:00:00 2001 From: Vitaly Gavensky Date: Thu, 16 May 2024 15:38:59 +0300 Subject: [PATCH] Disable REST API test --- .../pdr_deterministic_plugin/tests/exclude_list_tests.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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()