Skip to content

Commit 6b893da

Browse files
committed
fix(configs): Disable "many_deposits" for pectra-devnet-3
1 parent cd01797 commit 6b893da

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
@@ -16,5 +16,5 @@ eip7692-prague:
1616
solc: 0.8.21
1717
pectra-devnet-3:
1818
evm-type: pectra-devnet-3
19-
fill-params: --fork=Prague -k "not slow" ./tests/prague/
19+
fill-params: --fork=Prague -k "not slow and not many_deposits" ./tests/prague/
2020
solc: 0.8.21

0 commit comments

Comments
 (0)