Skip to content

Commit

Permalink
Set an expected failure for go-tuf
Browse files Browse the repository at this point in the history
See theupdateframework/go-tuf#625

Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
  • Loading branch information
jku committed Aug 21, 2024
1 parent 788743f commit d8f4bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ jobs:
uses: ./
with:
entrypoint: "clients/go-tuf/go-tuf"
expected-failures: "test_keytype_and_scheme[rsa/rsassa-pss-sha256]"
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ PHONY: test-go-tuf
test-go-tuf: dev build-go-tuf faketime
./env/bin/pytest tuf_conformance \
--entrypoint "./clients/go-tuf/go-tuf" \
--expected-failures "test_keytype_and_scheme[rsa/rsassa-pss-sha256]" \
--repository-dump-dir $(DUMP_DIR)
@echo Repository dump in $(DUMP_DIR)
PHONY: build-go-tuf
Expand Down

0 comments on commit d8f4bf7

Please sign in to comment.