Skip to content

Commit

Permalink
Re-enable ops-agent self-metric integration test. (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth authored Jan 6, 2022
1 parent ad21f8e commit 55ec279
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion exporter/collector/internal/integrationtest/testcases.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,12 @@ var (
Name: "Ops Agent Self-Reported metrics",
OTLPInputFixturePath: "testdata/fixtures/ops_agent_self_metrics.json",
ExpectFixturePath: "testdata/fixtures/ops_agent_self_metrics_expect.json",
Skip: true,
Skip: false,
Configure: func(cfg *collector.Config) {
// Previous exporter did NOT export metric descriptors.
// TODO: Add a new test that also checks metric descriptors.
cfg.MetricConfig.SkipCreateMetricDescriptor = true
},
},
{
Name: "Ops Agent Host Metrics",
Expand Down

0 comments on commit 55ec279

Please sign in to comment.