From 098a99672083d279f584c07564bd85758e3b8120 Mon Sep 17 00:00:00 2001 From: Rob Woolley Date: Fri, 29 Mar 2024 06:50:42 -0400 Subject: [PATCH] ci.yaml: Exclude some invalid tests 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 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c86fe6bc..d9b6d592 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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