Skip to content

Commit

Permalink
Merge pull request #866 from nodlesh/fix-credo-tests-pipeline-failures
Browse files Browse the repository at this point in the history
Remove Rev Notification test from credo-acapy runset
  • Loading branch information
swcurran committed Sep 15, 2024
2 parents d849421 + 838c488 commit de9d3b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-harness-acapy-credo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: test-harness-acapy-credo
# This runset uses the current main branch of ACA-Py for all of the agents except Bob (holder),
# which uses the master branch of Credo TS. The runset covers all of the AIP 1.0 tests
# except those that are known **not** to work with the Credo TS as the holder,
# notably those that involve revocation.
# notably those that involve revocation notification v1.
#
# Current
#
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
with:
BUILD_AGENTS: "-a acapy-main -a credo"
TEST_AGENTS: "-d acapy-main -b credo"
TEST_SCOPE: "-t @AcceptanceTest -t @AIP10,@RFC0441,@RFC0211,@T001-RFC0453 -t ~@wip -t ~@DIDExchangeConnection -t ~@T004-RFC0211 -t ~@QualifiedDIDs"
TEST_SCOPE: "-t @AcceptanceTest -t @AIP10,@RFC0441,@RFC0211,@T001-RFC0453 -t ~@wip -t ~@DIDExchangeConnection -t ~@T004-RFC0211 -t ~@QualifiedDIDs -t ~@T001-RFC0183"
REPORT_PROJECT: acapy-b-credo
- name: run-send-gen-test-results-secure
if: ${{ always() }}
Expand Down

0 comments on commit de9d3b7

Please sign in to comment.