Skip to content

Commit 06c401d

Browse files
authored
skip collaborativePosix tests in CI (#2039)
1 parent db3178c commit 06c401d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.woodpecker.star

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ config = {
137137
"suites": [
138138
"apiGraph",
139139
"apiServiceAvailability",
140-
"collaborativePosix",
140+
# skip tests for collaborativePosix. see https://github.com/opencloud-eu/opencloud/issues/2036
141+
#"collaborativePosix",
141142
],
142143
"skip": False,
143144
"withRemotePhp": [True],

0 commit comments

Comments
 (0)