From da0d08550d29262c9b4f55d73d0c9b37126e2377 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 14 Mar 2018 11:26:24 -0600 Subject: [PATCH] readme: example of skipping a test by feature --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4cba8aecf..36005677f 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,11 @@ requires: - command2 - ... +skip: + # Skip a test if a feature is present, with a message that is logged. + - feature: RUST + msg: eve dns v1 not supported by rust + # Add additional arguments to Suricata. args: - --set stream.reassembly.depth=0 -- 2.47.2