Skip to content

Commit 700f961

Browse files
committed
Remove papermill test call for trustyai-ubi8 image
1 parent 99f3288 commit 700f961

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,6 @@ test-%: bin/kubectl
427427
$(call test_with_papermill,minimal,ubi8,python-3.8) \
428428
elif echo "$(FULL_NOTEBOOK_NAME)" | grep -q "datascience-ubi8"; then \
429429
$(MAKE) validate-ubi8-datascience -e FULL_NOTEBOOK_NAME=$(FULL_NOTEBOOK_NAME); \
430-
elif echo "$(FULL_NOTEBOOK_NAME)" | grep -q "trustyai-ubi8"; then \
431-
$(call test_with_papermill,trustyai,ubi8,python-3.8) \
432430
elif echo "$(FULL_NOTEBOOK_NAME)" | grep -q "anaconda"; then \
433431
echo "There is no test notebook implemented yet for Anaconda Notebook...." \
434432
else \

0 commit comments

Comments
 (0)