Skip to content

Commit 52c1df2

Browse files
committed
fix(configs): Disable "many_deposits" for pectra-devnet-3
1 parent 7726488 commit 52c1df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/configs/feature.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ eip7692-prague:
2020
solc: 0.8.21
2121
pectra-devnet-3:
2222
evm-type: pectra-devnet-3
23-
fill-params: --fork=Prague -k "not slow" ./tests/prague/
23+
fill-params: --fork=Prague -k "not slow and not many_deposits" ./tests/prague/
2424
solc: 0.8.21

0 commit comments

Comments
 (0)