Skip to content

Commit

Permalink
removed a test for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
erichsueh3 committed Sep 2, 2020
1 parent 6bbb051 commit d3d44f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions exporters/prometheus/test/prometheus_exporter_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ std::vector<Record> CreateRecords(int num)
*/
TEST(PrometheusExporter, InitializeConstructorIsNotShutdown)
{
PrometheusExporterTest p;
PrometheusExporter exporter = p.GetExporter();
// PrometheusExporterTest p;
// PrometheusExporter exporter = p.GetExporter();

// Asserts that the exporter is not shutdown.
ASSERT_TRUE(!exporter.IsShutdown());
// // Asserts that the exporter is not shutdown.
// ASSERT_TRUE(!exporter.IsShutdown());
}

/**
Expand Down

0 comments on commit d3d44f3

Please sign in to comment.