From 50e8e6185dbd065449bb9e895ab8d30778f37637 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Thu, 8 Jan 2026 13:41:53 -0500 Subject: [PATCH] qa/workunits/smb: add hosts_access marker to pytest.ini Signed-off-by: John Mulligan --- qa/workunits/smb/tests/pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/workunits/smb/tests/pytest.ini b/qa/workunits/smb/tests/pytest.ini index 922ae9c1df1..1ae9ec0c814 100644 --- a/qa/workunits/smb/tests/pytest.ini +++ b/qa/workunits/smb/tests/pytest.ini @@ -3,3 +3,4 @@ addopts = -m 'default' markers = default: Default tests + hosts_access: Host access tests -- 2.47.3