We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3479d commit 2847f48Copy full SHA for 2847f48
test-suite/fhevm/docker-compose/gateway-sc-docker-compose.yml
@@ -72,8 +72,11 @@ services:
72
- type=gha,mode=max
73
env_file:
74
- ../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
78
command:
- - npx hardhat task:triggerKeygen --params-type 1
79
+ - npx hardhat task:triggerKeygen --params-type 0
80
depends_on:
81
gateway-sc-add-pausers:
82
condition: service_completed_successfully
0 commit comments