Skip to content

Commit

Permalink
Disable REST API test
Browse files Browse the repository at this point in the history
  • Loading branch information
vg12345 committed May 16, 2024
1 parent 4d94359 commit 2702989
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/pdr_deterministic_plugin/tests/exclude_list_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand All @@ -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()

0 comments on commit 2702989

Please sign in to comment.