From c1cf72ef9aee5cf35c773b4ca889d8917f8e5e4b Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Sat, 26 Nov 2022 07:58:20 +0100 Subject: [PATCH] tests: smb2 async for 6.0.x --- tests/smb2-async-read/test.yaml | 2 +- tests/smb2-async/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/smb2-async-read/test.yaml b/tests/smb2-async-read/test.yaml index 03301a8c6..8bbab279f 100644 --- a/tests/smb2-async-read/test.yaml +++ b/tests/smb2-async-read/test.yaml @@ -1,5 +1,5 @@ requires: - min-version: 7 + min-version: 6 # disables checksum verification args: diff --git a/tests/smb2-async/test.yaml b/tests/smb2-async/test.yaml index 48260f3a3..bd34d866f 100644 --- a/tests/smb2-async/test.yaml +++ b/tests/smb2-async/test.yaml @@ -1,5 +1,5 @@ requires: - min-version: 7 + min-version: 6 # disables checksum verification args: -- 2.47.2