Skip to content

Commit ba21904

Browse files
committed
tests: enable async propagation for cs3apivalidator
1 parent a4f8027 commit ba21904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.star

+1-1
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ def cs3ApiTests(ctx, storage, accounts_hash_difficulty = 4):
10651065
"image": OC_CS3_API_VALIDATOR,
10661066
"environment": {},
10671067
"commands": [
1068-
"/usr/bin/cs3api-validator /var/lib/cs3api-validator --endpoint=%s:9142" % OCIS_SERVER_NAME,
1068+
"/usr/bin/cs3api-validator /var/lib/cs3api-validator --async-propagation=true --endpoint=%s:9142" % OCIS_SERVER_NAME,
10691069
],
10701070
},
10711071
],

0 commit comments

Comments
 (0)