Skip to content

Commit

Permalink
Merge pull request #6082 from onflow/petera/fix-flaky-access-tests
Browse files Browse the repository at this point in the history
[CI] Remove cruise control overrides in Access integration tests
  • Loading branch information
turbolent authored Jun 12, 2024
2 parents ab907b9 + b86ca1c commit 27bb2d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion integration/tests/access/cohort3/grpc_state_stream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ func (s *GrpcStateStreamSuite) SetupTest() {
testnet.AsGhost())

consensusConfigs := []func(config *testnet.NodeConfig){
testnet.WithAdditionalFlag("--cruise-ctl-fallback-proposal-duration=400ms"),
testnet.WithAdditionalFlag(fmt.Sprintf("--required-verification-seal-approvals=%d", 1)),
testnet.WithAdditionalFlag(fmt.Sprintf("--required-construction-seal-approvals=%d", 1)),
testnet.WithLogLevel(zerolog.FatalLevel),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ func (s *GrpcBlocksStreamSuite) SetupTest() {
)

consensusConfigs := []func(config *testnet.NodeConfig){
testnet.WithAdditionalFlag("--cruise-ctl-fallback-proposal-duration=400ms"),
testnet.WithAdditionalFlag(fmt.Sprintf("--required-verification-seal-approvals=%d", 1)),
testnet.WithAdditionalFlag(fmt.Sprintf("--required-construction-seal-approvals=%d", 1)),
testnet.WithLogLevel(zerolog.FatalLevel),
Expand Down

0 comments on commit 27bb2d1

Please sign in to comment.