mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
e2e: turn of extreme verbose metrics test logging (#19330)
This commit is contained in:
@@ -42,15 +42,11 @@ func (m *metric) Query() string {
|
||||
|
||||
func TestMetrics(t *testing.T) {
|
||||
// Run via the e2e suite. Requires AWS attributes.
|
||||
//
|
||||
// Set verbose for now to debug the e2e nightly.
|
||||
t.Setenv("NOMAD_E2E_VERBOSE", "1")
|
||||
|
||||
// Wait for the cluster to be ready
|
||||
// Wait for the cluster to be ready.
|
||||
cluster3.Establish(t,
|
||||
cluster3.Leader(),
|
||||
cluster3.LinuxClients(1),
|
||||
cluster3.ShowState(),
|
||||
)
|
||||
|
||||
t.Log("tweaking podman registry auth files ...")
|
||||
|
||||
Reference in New Issue
Block a user