1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Disable tests that needs network.
Author: Tobias Frost <tobi@debian.org>
Forwarded: not-needed, Debian specific.
Last-Update: 2022-05-25 <YYYY-MM-DD, last update of the meta-information, optional>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/test/cpp/helpers/CMakeLists.txt
+++ b/src/test/cpp/helpers/CMakeLists.txt
@@ -24,7 +24,6 @@
cyclicbuffertestcase
datetimedateformattestcase
filewatchdogtest
- inetaddresstestcase
iso8601dateformattestcase
messagebuffertest
optionconvertertestcase
|