From 405faebe823adef437e5e5ac24ee2bb1ab00f5e7 Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Tue, 1 Sep 2020 07:20:06 -0400 Subject: [PATCH] tests: Skip obsoleted standalone output test on 6+ This commit restricts the test case to versions less than 6. It's been deprecated in 6.0+ --- tests/dns-json-log/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/dns-json-log/test.yaml b/tests/dns-json-log/test.yaml index 56ea9b0d5..2824cf6f6 100644 --- a/tests/dns-json-log/test.yaml +++ b/tests/dns-json-log/test.yaml @@ -1,3 +1,4 @@ requires: + lt-version: 6 features: - HAVE_LIBJANSSON -- 2.47.2