Skip to content

Commit

Permalink
Enable all delegation tests for go-tuf
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslav Dimitrov <[email protected]>
  • Loading branch information
rdimitrov committed Oct 1, 2024
1 parent 11fa74a commit fdc9c65
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tuf_conformance/test_updater_delegation_graphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fdc9c65

Please sign in to comment.