From ff3e31fafb9d4f2d7660b19fb3429ec1e0881b83 Mon Sep 17 00:00:00 2001 From: Ben Clifford Date: Wed, 4 Sep 2024 11:59:24 +0000 Subject: [PATCH] Add exclusion for tests which require filesystem tests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dd05ea..a753c63 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ To run the htex part of the test suite in this image: ``` -docker run ghcr.io/parsl/trusted-ci:ci pytest /src/parsl/parsl/tests --config /src/parsl/parsl/tests/configs/htex_local.py +docker run ghcr.io/parsl/trusted-ci:ci pytest /src/parsl/parsl/tests --config /src/parsl/parsl/tests/configs/htex_local.py -k 'not unix_filesystem_permissions_required' ``` To run a simple example: