Skip to content

Commit

Permalink
Merge pull request #192 from theupdateframework/enable-go-tuf-tests
Browse files Browse the repository at this point in the history
Enable all delegation tests for go-tuf
rdimitrov authored Oct 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 1be60e4 + fdc9c65 commit f4acd16
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -8,3 +8,4 @@ dist/
.python-version
build
clients/go-tuf/go-tuf
.idea/
3 changes: 0 additions & 3 deletions tuf_conformance/test_updater_delegation_graphs.py
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit f4acd16

Please sign in to comment.