From 53fba0a0de42e0094a370fa24cb1e1e8c13d42f9 Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Sat, 3 Dec 2022 08:55:40 +0000 Subject: [PATCH] skip tests Signed-off-by: Wenqi Li --- runner.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/runner.sh b/runner.sh index ebc9ff7f83..daccef17c4 100755 --- a/runner.sh +++ b/runner.sh @@ -86,6 +86,7 @@ pattern="-and -name '*' -and ! -wholename '*federated_learning*'\ -and ! -wholename '*preprocess_detect_scene_and_split_fold*'\ -and ! -wholename '*preprocess_to_build_detection_dataset*'\ -and ! -wholename '*preprocess_extract_images_from_video*'\ + -and ! -wholename '*transfer_mmar*'\ -and ! -wholename '*MRI_reconstruction*'" kernelspec="python3"