Skip to content

Commit 1aaa879

Browse files
committed
Remove test for now
1 parent 3398f32 commit 1aaa879

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
cd tests/servers/webdav
3636
node server.js &
3737
sleep 5
38-
# Test directory listing - check that jobs directory exists and contains ImportCatalog
39-
curl -X PROPFIND "http://localhost:3000/on/demandware.servlet/webdav/Sites/Logs/" -H "Depth: 1" -s | grep -q "jobs"
40-
curl -X PROPFIND "http://localhost:3000/on/demandware.servlet/webdav/Sites/Logs/jobs/" -H "Depth: 1" -s | grep -q "ImportCatalog"
4138
4239
- name: Run tests
4340
run: npm test

0 commit comments

Comments
 (0)