From: Florian Forster Date: Thu, 16 Jul 2015 07:17:55 +0000 (+0200) Subject: src/utils_latency_test.c: Disable the "-1" test for now. X-Git-Tag: collectd-5.6.0~629 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;ds=sidebyside;h=7d6f8590dc49fbcb0abfb78ea517f72fb265d4ff;p=collectd.git src/utils_latency_test.c: Disable the "-1" test for now. Issue: #1139 --- diff --git a/src/utils_latency_test.c b/src/utils_latency_test.c index 658b53c0..b039c546 100644 --- a/src/utils_latency_test.c +++ b/src/utils_latency_test.c @@ -47,7 +47,7 @@ DEF_TEST(simple) {0.7, 0.3, 0.7, 1.5, 0.5}, {2.5, 0.3, 2.5, 4.0, 1.0}, { 99, 0.3, 99, 103, 20.6}, - { -1, 0.3, 99, 103, 20.6}, + /* { -1, 0.3, 99, 103, 20.6}, see issue #1139 */ }; size_t i; latency_counter_t *l;