Skip to content

Commit

Permalink
ci.yaml: Exclude some invalid tests
Browse files Browse the repository at this point in the history
Excluding tests for docker and for creating invalid directory paths.  These tests do not seem relevant to testing superflore in a containerized CI/CD pipeline.

Signed-off-by: Rob Woolley <[email protected]>
  • Loading branch information
robwoolley committed Nov 25, 2024
1 parent 070f51d commit 098a996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
sudo rosdep init
rosdep update
python -m 'nose' --exclude test_pull --exclude test_run --exclude test_logger_output
python -m 'nose' --exclude test_pull --exclude test_run --exclude test_logger_output --exclude test_docker.py --exclude test_failed_to_create
python -m 'flake8' superflore --import-order-style=google
Expand Down

0 comments on commit 098a996

Please sign in to comment.