From afed8aadae5d921e48839d9305fc11c21474d99d Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Wed, 20 Aug 2025 13:37:25 +0200 Subject: [PATCH] tests: Remove unsupported test case The collaborative mode of posixfs does currently not support the creation and removal of spaces directly on the file system. This has to happen via the graph API. --- .../collaborativePosix/collaborativePosixFS.feature | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/acceptance/features/collaborativePosix/collaborativePosixFS.feature b/tests/acceptance/features/collaborativePosix/collaborativePosixFS.feature index 4ec596b553..71dfcb114b 100644 --- a/tests/acceptance/features/collaborativePosix/collaborativePosixFS.feature +++ b/tests/acceptance/features/collaborativePosix/collaborativePosixFS.feature @@ -111,14 +111,6 @@ Feature: create a resources using collaborative posixfs | test.txt | - Scenario: delete project space - Given the administrator has assigned the role "Space Admin" to user "Alice" using the Graph API - And user "Alice" has created a space "Project space" with the default quota using the Graph API - When the administrator deletes the project space "Project space" on the POSIX filesystem - Then the command should be successful - And the user "Alice" should not have a space called "Project space" - - Scenario: user doesn't lose file versions after renaming the file Given user "Brian" has been created with default attributes And user "Alice" has uploaded file with content "content" to "textfile.txt"