From: Philippe Antoine Date: Tue, 10 Dec 2024 20:23:09 +0000 (+0100) Subject: ja3/ja4: usage of skip when feature is present X-Git-Tag: suricata-7.0.9~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf26edff6c095e5f3f46435b25bf1450d13ca894;p=thirdparty%2Fsuricata-verify.git ja3/ja4: usage of skip when feature is present --- diff --git a/tests/ja4-rules-requires-off/test.yaml b/tests/ja4-rules-requires-off/test.yaml index 5bf55d656..a9d184aca 100644 --- a/tests/ja4-rules-requires-off/test.yaml +++ b/tests/ja4-rules-requires-off/test.yaml @@ -1,7 +1,8 @@ requires: min-version: 7.0.6 - script: - - ./src/suricata --build-info | grep "JA4 support" | grep no > /dev/null + +skip: + - feature: HAVE_JA4 args: - -k none diff --git a/tests/tls/tls-ja3s-requires-off/test.yaml b/tests/tls/tls-ja3s-requires-off/test.yaml index 13baeddde..e6ae10b13 100644 --- a/tests/tls/tls-ja3s-requires-off/test.yaml +++ b/tests/tls/tls-ja3s-requires-off/test.yaml @@ -4,8 +4,9 @@ requires: min-version: 7.0.3 features: - HAVE_LUA - script: - - ./src/suricata --build-info | grep "JA3 support" | grep no > /dev/null + +skip: + - feature: HAVE_JA3 args: - -k none