Skip to content

Commit 36d9380

Browse files
authored
Merge pull request #88 from pdsinterop/re-enable-test-suite
Re-enable test suite
2 parents 62af048 + da992ee commit 36d9380

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
- uses: actions/checkout@v2
2525
# Run the Solid test-suite
2626
- name: Run the Solid test suite
27-
# Until the test-suite has been fixed, allow the tests to fail.
28-
# See: https://github.com/pdsinterop/solid-nextcloud/issues/69
29-
continue-on-error: true
3027
shell: 'script -q -e -c "bash {0}"'
3128
run: |
3229
bash ./run-solid-test-suite.sh

env-vars-testers.list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ ALICE_WEBID=https://server/apps/solid/@alice/profile/card#me
88
SERVER_ROOT_ESCAPED=https:\/\/server
99
SERVER_ROOT=https://server
1010
STORAGE_ROOT=https://server/apps/solid/@alice/storage/
11+
SKIP_CONC=1

run-solid-test-suite.sh

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ function setup {
1010
docker tag solidtestsuite/webid-provider-tests:v2.0.3 webid-provider-tests
1111
docker pull solidtestsuite/solid-crud-tests:v6.0.0
1212
docker tag solidtestsuite/solid-crud-tests:v6.0.0 solid-crud-tests
13-
docker pull solidtestsuite/web-access-control-tests:v7.0.0
14-
docker tag solidtestsuite/web-access-control-tests:v7.0.0 web-access-control-tests
13+
docker pull solidtestsuite/web-access-control-tests:v7.1.0
14+
docker tag solidtestsuite/web-access-control-tests:v7.1.0 web-access-control-tests
1515
}
1616
function teardown {
1717
docker stop `docker ps --filter network=testnet -q`

0 commit comments

Comments
 (0)