Skip to content

Commit

Permalink
fixup: Respond to review comments #2
Browse files Browse the repository at this point in the history
  • Loading branch information
marun committed Feb 26, 2024
1 parent 81f894d commit 1a6fd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/load/load_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var _ = ginkgo.Describe("[Load Simulator]", ginkgo.Ordered, func() {
ginkgo.BeforeAll(func() {
genesisPath := filepath.Join(repoRootPath, "tests/load/genesis/genesis.json")

// The load tests are allergic to high levels of evm logging, so leave it at
// The load tests are flaky at high levels of evm logging, so leave it at
// the default level instead of raising it to debug (as the warp testing does).
chainConfig := tmpnet.FlagsMap{}

Expand Down

0 comments on commit 1a6fd85

Please sign in to comment.