From 06bb3362a821fd27d721abbe1aea9070fc79f3fe Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 24 May 2023 09:51:17 +0200 Subject: [PATCH] tests: fix smtp long data line test on 6.0.x --- tests/smtp-long-DATA-line/test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/smtp-long-DATA-line/test.yaml b/tests/smtp-long-DATA-line/test.yaml index ca9581499..ca4117c23 100644 --- a/tests/smtp-long-DATA-line/test.yaml +++ b/tests/smtp-long-DATA-line/test.yaml @@ -1,3 +1,7 @@ +requires: + features: + - HAVE_NSS + args: - -k none -- 2.47.2