We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e64f3c7 + 1c11e54 commit cbbfe2cCopy full SHA for cbbfe2c
cypress/e2e/propfind.spec.js
@@ -7,7 +7,8 @@ import { randUser } from '../utils/index.js'
7
8
const user = randUser()
9
10
-describe('Text PROPFIND extension ', function () {
+// Retries fail because folders / files already exist.
11
+describe('Text PROPFIND extension ', { retries: 0 }, function () {
12
const richWorkspace = '{http://nextcloud.org/ns}rich-workspace'
13
14
before(function () {
0 commit comments