From 2324b244a3eed5b5da3706cc10eafe5277c308fd Mon Sep 17 00:00:00 2001 From: luijait Date: Fri, 23 May 2025 21:12:18 +0200 Subject: [PATCH] Delete unnecesary tests --- ci/test/.test.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/ci/test/.test.yml b/ci/test/.test.yml index f5e1a082..23e3e48c 100644 --- a/ci/test/.test.yml +++ b/ci/test/.test.yml @@ -328,23 +328,8 @@ <<: *run_test variables: TEST_PATH: tests/commands/test_command_config.py - -💻 commands test_command_flush.py: - <<: *run_test - variables: - TEST_PATH: tests/commands/test_command_flush.py - + 💻 commands test_command_help.py: <<: *run_test variables: TEST_PATH: tests/commands/test_command_help.py - -💻 commands test_command_virtualization.py: - <<: *run_test - variables: - TEST_PATH: tests/commands/test_command_virtualization.py - -💻 commands test_command_workspace.py: - <<: *run_test - variables: - TEST_PATH: tests/commands/test_command_workspace.py