Skip to content

Commit

Permalink
Add exclusion for tests which require filesystem tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Sep 4, 2024
1 parent cc9692b commit ff3e31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ff3e31f

Please sign in to comment.