From d32df3bf077e20b5a99fc5d912de197119e9a0e0 Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Tue, 23 Feb 2021 11:04:12 +0100 Subject: [PATCH] Skip tests due to https://github.com/solid/specification/issues/193#issuecomment-784050910 --- test/surface/acl-doc-application.test.ts | 4 ++-- test/surface/create.test.ts | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/test/surface/acl-doc-application.test.ts b/test/surface/acl-doc-application.test.ts index ab080a3..8b8c63b 100644 --- a/test/surface/acl-doc-application.test.ts +++ b/test/surface/acl-doc-application.test.ts @@ -150,8 +150,8 @@ describe('ACL doc application', () => { afterAll(() => { return solidLogicAlice.recursiveDelete(testFolderUrl); }); - - it('does not allow GET accessTo/', async () => { + // DISPUTED: https://github.com/solid/specification/issues/193#issuecomment-784050910 + it.skip('does not allow GET accessTo/', async () => { const result = await solidLogicBob.fetch(containerUrl); expect(result.status).toEqual(403); }); diff --git a/test/surface/create.test.ts b/test/surface/create.test.ts index 71a3f70..e297cbf 100644 --- a/test/surface/create.test.ts +++ b/test/surface/create.test.ts @@ -110,7 +110,8 @@ describe('Create', () => { }); expect(responseCodeGroup(result.status)).toEqual("2xx"); }); - it(`Is disallowed otherwise`, async () => { + // DISPUTED: https://github.com/solid/specification/issues/193#issuecomment-784050910 + it.skip(`Is disallowed otherwise`, async () => { const containerUrl = `${testFolderUrl}3/allOtherModes/`; // This will do mkdir-p: await solidLogicAlice.fetch(`${containerUrl}test.txt`, {