Skip to content

Commit a7e492a

Browse files
committed
tests: enable async propagation for cs3apivalidator
1 parent 2358020 commit a7e492a

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
@@ -1053,7 +1053,7 @@ def cs3ApiTests(ctx, storage, accounts_hash_difficulty = 4):
10531053
"image": OC_CS3_API_VALIDATOR,
10541054
"environment": {},
10551055
"commands": [
1056-
"/usr/bin/cs3api-validator /var/lib/cs3api-validator --endpoint=ocis-server:9142",
1056+
"/usr/bin/cs3api-validator /var/lib/cs3api-validator --async-propagation=true --endpoint=ocis-server:9142",
10571057
],
10581058
},
10591059
],

0 commit comments

Comments
 (0)