Skip to content

Commit f4acd16

Browse files
authored
Merge pull request #192 from theupdateframework/enable-go-tuf-tests
Enable all delegation tests for go-tuf
2 parents 1be60e4 + fdc9c65 commit f4acd16

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ dist/
88
.python-version
99
build
1010
clients/go-tuf/go-tuf
11+
.idea/

tuf_conformance/test_updater_delegation_graphs.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,6 @@ def test_graph_traversal(
189189
"""Test that delegated roles are traversed in the order of appearance
190190
in the delegator's metadata, using pre-order depth-first search"""
191191

192-
if "clients/go-tuf/go-tuf" in client._cmd[0]:
193-
pytest.skip("skip for flakiness")
194-
195192
exp_calls = [(role, 1) for role in graphs.visited_order]
196193

197194
init_data, repo = server.new_test(client.test_name)

0 commit comments

Comments
 (0)