From 838c4883084f622f6eb9ba6d18fbfe68dea1c787 Mon Sep 17 00:00:00 2001 From: Sheldon Regular Date: Tue, 10 Sep 2024 17:56:54 -0400 Subject: [PATCH] Remove Rev Notification test from credo-acapy runset Signed-off-by: Sheldon Regular --- .github/workflows/test-harness-acapy-credo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-harness-acapy-credo.yml b/.github/workflows/test-harness-acapy-credo.yml index 2370008e..2c9b2922 100644 --- a/.github/workflows/test-harness-acapy-credo.yml +++ b/.github/workflows/test-harness-acapy-credo.yml @@ -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 # @@ -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() }}