Skip to content

Commit eb4fd60

Browse files
committed
git
1 parent 313f0f8 commit eb4fd60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/surface/run-solid-test-suite.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ function runTests {
4444
# ...
4545
teardown || true
4646
setup $1
47-
docker build -t web-access-control test/surface/docker/web-access-control
4847
waitForNss server
49-
runTests webid-provider-tests v2.0.3
50-
runTests solid-crud-tests v6.0.0
48+
# runTests webid-provider-tests v2.0.3
49+
# runTests solid-crud-tests v6.0.0
5150
waitForNss thirdparty
5251
# runTests web-access-control-tests nss-skips # patchAppendNewDocument # v7.1.0
5352
# docker run --rm --network=testnet --env COOKIE_ALICE="$COOKIE_ALICE" --env COOKIE_BOB="$COOKIE_BOB" --env-file test/surface/web-access-control-tests-env.list web-access-control
5453
echo "Running web-access-control-tests against server with cookie $COOKIE_server"
54+
docker build -t web-access-control test/surface/docker/web-access-control
5555
docker run --rm --network=testnet \
5656
--env COOKIE="$COOKIE_server" \
5757
--env COOKIE_ALICE="$COOKIE_server" \

0 commit comments

Comments
 (0)