diff --git a/.woodpecker.star b/.woodpecker.star index 96bc55d3da..7a4508ac2a 100644 --- a/.woodpecker.star +++ b/.woodpecker.star @@ -137,7 +137,8 @@ config = { "suites": [ "apiGraph", "apiServiceAvailability", - "collaborativePosix", + # skip tests for collaborativePosix. see https://github.com/opencloud-eu/opencloud/issues/2036 + #"collaborativePosix", ], "skip": False, "withRemotePhp": [True],