Skip to content

Commit

Permalink
tests: enable async propagation for cs3apivalidator
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed Nov 27, 2024
1 parent a4f8027 commit ba21904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ def cs3ApiTests(ctx, storage, accounts_hash_difficulty = 4):
"image": OC_CS3_API_VALIDATOR,
"environment": {},
"commands": [
"/usr/bin/cs3api-validator /var/lib/cs3api-validator --endpoint=%s:9142" % OCIS_SERVER_NAME,
"/usr/bin/cs3api-validator /var/lib/cs3api-validator --async-propagation=true --endpoint=%s:9142" % OCIS_SERVER_NAME,
],
},
],
Expand Down

0 comments on commit ba21904

Please sign in to comment.