From a6c5cc21f02af568a57c845dc29c99e4f1003dac Mon Sep 17 00:00:00 2001 From: Michael Ernst Date: Wed, 4 Sep 2024 21:26:39 -0700 Subject: [PATCH] Remove a test --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 325220f66..5c0ef2e4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,9 +46,6 @@ jobs: - run: carton exec ./test_tutorial.sh name: test_tutorial.sh working-directory: "./framework/test" - - run: carton exec ./test_monitor_test.sh - name: test_monitor_test.sh - working-directory: "./framework/test" - run: carton exec ./test_mutation_analysis.sh name: test_mutation_analysis.sh working-directory: "./framework/test"