Skip to content

Commit

Permalink
Lots of tests depend on specific output, so let's not mess with them
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Dec 17, 2024
1 parent e93d487 commit bd21295
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions command/testing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ func testServer(t *testing.T, runClient bool, cb func(*agent.Config)) (*agent.Te
a := agent.NewTestAgent(t, t.Name(), func(config *agent.Config) {
config.Client.Enabled = runClient

// Disable UI hints in test by default
config.UI.CLIURLLinks = pointer.Of(false)

if cb != nil {
cb(config)
}
Expand Down

0 comments on commit bd21295

Please sign in to comment.