diff --git a/.gitignore b/.gitignore index 44a45df..7ac5045 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ dist/ .python-version build clients/go-tuf/go-tuf +.idea/ diff --git a/tuf_conformance/test_updater_delegation_graphs.py b/tuf_conformance/test_updater_delegation_graphs.py index c309413..cb92b17 100644 --- a/tuf_conformance/test_updater_delegation_graphs.py +++ b/tuf_conformance/test_updater_delegation_graphs.py @@ -189,9 +189,6 @@ def test_graph_traversal( """Test that delegated roles are traversed in the order of appearance in the delegator's metadata, using pre-order depth-first search""" - if "clients/go-tuf/go-tuf" in client._cmd[0]: - pytest.skip("skip for flakiness") - exp_calls = [(role, 1) for role in graphs.visited_order] init_data, repo = server.new_test(client.test_name)