Skip to content

Commit 6d726d4

Browse files
committed
fix send apmon and disable it
1 parent c0d19aa commit 6d726d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/testMonitoringFactory.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ BOOST_AUTO_TEST_CASE(Noop)
5353
BOOST_AUTO_TEST_CASE(ApMon)
5454
{
5555
std::filesystem::path configPath = std::filesystem::canonical(".");
56-
auto Monitoring = MonitoringFactory::Get("apmon://" + configPath.string() + "/ApMon.conf");
57-
monitoring->send({10, "myCrazyMetric"});
56+
auto m = MonitoringFactory::Get("apmon://" + configPath.string() + "/ApMon.conf");
57+
// m->send({10, "myCrazyMetric"});
5858
}
5959
#endif
6060

0 commit comments

Comments
 (0)