From 47cf61a91e7090ffc6bcd1f3cdac92d9f0b1e89c Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 23 Feb 2021 20:54:35 +0100 Subject: [PATCH] smb: lock new tests for 7 for now --- tests/smb-eicar-andx/test.yaml | 1 + tests/smb-eicar-overlap/test.yaml | 1 + tests/smb-eicar-padding/test.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/tests/smb-eicar-andx/test.yaml b/tests/smb-eicar-andx/test.yaml index c1282b105..3034aab42 100644 --- a/tests/smb-eicar-andx/test.yaml +++ b/tests/smb-eicar-andx/test.yaml @@ -1,6 +1,7 @@ requires: features: - HAVE_LIBJANSSON + min-version: 7 # disables checksum verification args: diff --git a/tests/smb-eicar-overlap/test.yaml b/tests/smb-eicar-overlap/test.yaml index 79eddfbef..e7413fea1 100644 --- a/tests/smb-eicar-overlap/test.yaml +++ b/tests/smb-eicar-overlap/test.yaml @@ -1,6 +1,7 @@ requires: features: - HAVE_LIBJANSSON + min-version: 7 # disables checksum verification args: diff --git a/tests/smb-eicar-padding/test.yaml b/tests/smb-eicar-padding/test.yaml index c1282b105..3034aab42 100644 --- a/tests/smb-eicar-padding/test.yaml +++ b/tests/smb-eicar-padding/test.yaml @@ -1,6 +1,7 @@ requires: features: - HAVE_LIBJANSSON + min-version: 7 # disables checksum verification args: -- 2.47.2