From 7a8c513cf7f2c80a03439f37d130b0bd56c248c6 Mon Sep 17 00:00:00 2001 From: ScharfViktor Date: Tue, 30 Nov 2021 11:22:36 +0100 Subject: [PATCH] add failed test to expected failures --- tests/acceptance/expected-failures-localAPI-on-OCIS-storage.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/acceptance/expected-failures-localAPI-on-OCIS-storage.md b/tests/acceptance/expected-failures-localAPI-on-OCIS-storage.md index 57a23b614..231b9370c 100644 --- a/tests/acceptance/expected-failures-localAPI-on-OCIS-storage.md +++ b/tests/acceptance/expected-failures-localAPI-on-OCIS-storage.md @@ -9,3 +9,6 @@ #### [downloading an archive with non existing / accessible id returns HTTP/500](https://github.com/owncloud/ocis/issues/2795) - [apiArchiver/downloadById.feature:69](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiArchiver/downloadByPath.feature#L69) + +#### [Overwriting a file in the space within the allowed quota does not work](https://github.com/owncloud/ocis/issues/2829) +- [apiSpaces/quota.feature:59](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSpaces/quota.feature#L59)