Skip to content

Commit

Permalink
e2e: Add --enable-quic flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
nalepae committed Apr 4, 2024
1 parent c69efdb commit 1f0d84d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/endtoend/components/beacon_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ func (node *BeaconNode) Start(ctx context.Context) error {
"--" + cmdshared.ForceClearDB.Name,
"--" + cmdshared.AcceptTosFlag.Name,
"--" + flags.EnableDebugRPCEndpoints.Name,
"--" + features.EnableQUIC.Name,
}
if config.UsePprof {
args = append(args, "--pprof", fmt.Sprintf("--pprofport=%d", e2e.TestParams.Ports.PrysmBeaconNodePprofPort+index))
Expand Down

0 comments on commit 1f0d84d

Please sign in to comment.