From 9c238173eaf2aa67ef1401feb42a73527c205e5d Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Mon, 24 May 2021 12:57:45 -0400 Subject: [PATCH] chore: remove experiments from CI --- test.sh | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/test.sh b/test.sh index acb0ba6..352c742 100755 --- a/test.sh +++ b/test.sh @@ -9,22 +9,17 @@ fi base_dir=$(pwd) +# Excludes long running "experiments" that clog up CI +# In the future, we need to better differentiate between tests and experiments. A test should check for functionally correct behavior +# across our scheduling varients and execute quickly. declare -ra tests=( ocr_hyde ocr_handwriting ocr_fivebyeight - ocr_by_word - ocr_by_font - ocr_by_dpi ekf_by_iteration ekf_one_iteration image_classification image_resize - image_resize_by_resolution - lpd_by_plate_count - bimodal - concurrency - payload ) declare -a failed_tests=()