Skip to content

Commit 8f7939c

Browse files
authored
excluding tests (#603)
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
1 parent 0391b9d commit 8f7939c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runner.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ pattern="-and -name '*' -and ! -wholename '*federated_learning*'\
6666
-and ! -wholename '*profiling_train_base_nvtx*'\
6767
-and ! -wholename '*cats_and_dogs*'\
6868
-and ! -wholename '*benchmark_global_mutual_information*'\
69-
-and ! -wholename '*deep_atlas_tutorial*'"
69+
-and ! -wholename '*deep_atlas_tutorial*'\
70+
-and ! -wholename '*full_gpu_inference_pipeline*'"
7071
kernelspec="python3"
7172

7273
function print_usage {

0 commit comments

Comments
 (0)