We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c4678 commit e9bc6f6Copy full SHA for e9bc6f6
simulators/eth2/dencun/suites/base/tests.go
@@ -7,7 +7,7 @@ import (
7
)
8
9
var testSuite = hivesim.Suite{
10
- Name: "eth2-deneb",
+ Name: "eth2-deneb-testnet",
11
Description: `Collection of test vectors that use a ExecutionClient+BeaconNode+ValidatorClient testnet for Cancun+Deneb.`,
12
}
13
@@ -22,6 +22,7 @@ func init() {
22
`,
23
DenebGenesis: false,
24
GenesisExecutionWithdrawalCredentialsShares: 1,
25
+ WaitForFinality: true,
26
},
27
BaseTestSpec{
28
Name: "test-deneb-genesis",
0 commit comments