Skip to content

Commit 7460f4a

Browse files
disable did:web root e2e-test (#3410)
1 parent 63b3598 commit 7460f4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env bash
22
set -e
33
./do-test.sh didweb-user
4-
./do-test.sh didweb-root
4+
# skip test, root did:web is not supported and test is broken
5+
# see https://github.com/nuts-foundation/nuts-node/issues/3299
6+
# ./do-test.sh didweb-root

0 commit comments

Comments
 (0)