Skip to content

Commit

Permalink
disable did:web root e2e-test (#3410)
Browse files Browse the repository at this point in the history
  • Loading branch information
woutslakhorst authored Sep 23, 2024
1 parent 63b3598 commit 7460f4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion e2e-tests/oauth-flow/openid4vp/run-test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env bash
set -e
./do-test.sh didweb-user
./do-test.sh didweb-root
# skip test, root did:web is not supported and test is broken
# see https://github.com/nuts-foundation/nuts-node/issues/3299
# ./do-test.sh didweb-root

0 comments on commit 7460f4a

Please sign in to comment.