Skip to content

Commit 9999d47

Browse files
committed
Do not touch /tmp in tests
1 parent df878cf commit 9999d47

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ endif()
1717

1818
# Define project
1919
project(Monitoring
20-
VERSION 3.8.3
20+
VERSION 3.8.4
2121
DESCRIPTION "O2 Monitoring library"
2222
LANGUAGES CXX
2323
)

test/testMonitoringFactory.cxx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ BOOST_AUTO_TEST_CASE(Noop)
4949
MonitoringFactory::Get("no-op://");
5050
}
5151

52-
BOOST_AUTO_TEST_CASE(InfluxDbUnix)
53-
{
54-
MonitoringFactory::Get("influxdb-unix:///tmp/unix.sock");
55-
}
56-
5752
#ifdef O2_MONITORING_WITH_APPMON
5853
BOOST_AUTO_TEST_CASE(ApMon)
5954
{

0 commit comments

Comments
 (0)