Skip to content

Commit 1c11e54

Browse files
committed
chore(tests): no retries for the propfind spec
They fail anyways because the files / folders already exist. This can hide the actual failure / lead to confusion. Signed-off-by: Max <max@nextcloud.com>
1 parent e64f3c7 commit 1c11e54

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)