Skip to content

Commit

Permalink
reduce again
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Aug 24, 2023
1 parent f85cbd8 commit 3900a3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion agents/testutil/simulated_backends_suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ func (a *SimulatedBackendsTestSuite) SetupSuite() {
a.TestSuite.LogDir = filet.TmpDir(a.T(), "")

// don't use metrics on ci for integration tests
useMetrics := core.GetEnvBool("CI", true)
isCI := core.GetEnvBool("CI", false)
useMetrics := !isCI
metricsHandler := metrics.Null

if useMetrics {
Expand Down

0 comments on commit 3900a3c

Please sign in to comment.