We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df878cf commit 9999d47Copy full SHA for 9999d47
CMakeLists.txt
@@ -17,7 +17,7 @@ endif()
17
18
# Define project
19
project(Monitoring
20
- VERSION 3.8.3
+ VERSION 3.8.4
21
DESCRIPTION "O2 Monitoring library"
22
LANGUAGES CXX
23
)
test/testMonitoringFactory.cxx
@@ -49,11 +49,6 @@ BOOST_AUTO_TEST_CASE(Noop)
49
MonitoringFactory::Get("no-op://");
50
}
51
52
-BOOST_AUTO_TEST_CASE(InfluxDbUnix)
53
-{
54
- MonitoringFactory::Get("influxdb-unix:///tmp/unix.sock");
55
-}
56
-
57
#ifdef O2_MONITORING_WITH_APPMON
58
BOOST_AUTO_TEST_CASE(ApMon)
59
{
0 commit comments