Skip to content

Commit 2847f48

Browse files
committed
fix(test-suite): use default parameters for keygen
1 parent bb3479d commit 2847f48

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test-suite/fhevm/docker-compose/gateway-sc-docker-compose.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,11 @@ services:
7272
- type=gha,mode=max
7373
env_file:
7474
- ../env/staging/.env.gateway-sc.local
75+
# Using test parameters (--params-type 1) is currently not possible at it can make the random
76+
# tests fail with a high probability (1/2 chance), so we instead use default parameters (--params-type 0).
77+
# See https://github.com/zama-ai/fhevm-internal/issues/685
7578
command:
76-
- npx hardhat task:triggerKeygen --params-type 1
79+
- npx hardhat task:triggerKeygen --params-type 0
7780
depends_on:
7881
gateway-sc-add-pausers:
7982
condition: service_completed_successfully

0 commit comments

Comments
 (0)