Skip to content

Commit cbbfe2c

Browse files
Merge pull request #8084 from nextcloud/chore/cy/avoid-failing-retries
chore(tests): no retries for the propfind spec
2 parents e64f3c7 + 1c11e54 commit cbbfe2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cypress/e2e/propfind.spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ import { randUser } from '../utils/index.js'
77

88
const user = randUser()
99

10-
describe('Text PROPFIND extension ', function () {
10+
// Retries fail because folders / files already exist.
11+
describe('Text PROPFIND extension ', { retries: 0 }, function () {
1112
const richWorkspace = '{http://nextcloud.org/ns}rich-workspace'
1213

1314
before(function () {

0 commit comments

Comments
 (0)