Skip to content

Commit 816e1d6

Browse files
committed
Disable tensorflow_lite test due to broken docker build
Signed-off-by: Vikas Tikoo <[email protected]>
1 parent b9eaea7 commit 816e1d6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

samples/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DIRS = docker_aks helloworld java_hello_world rust tensorflow_lite TEE_aware/dotnet TEE_aware/gencreds
1+
DIRS = docker_aks helloworld java_hello_world rust TEE_aware/dotnet TEE_aware/gencreds
22

33
ifdef MHSM_AAD_URL
44
DIRS += confidential_ml

solutions/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ DIRS += memcached
2929
# DIRS += python_webserver
3030
ifndef MYST_SKIP_PR_TEST
3131
# Do not run in PR pipeline as it takes ~15min
32-
DIRS += tensorflow_lite
32+
# Jul 2025 Disabled: docker build is broken
33+
#DIRS += tensorflow_lite
3334
# DIRS += pandas_tests
3435
endif
3536
# DIRS += nodejs

0 commit comments

Comments
 (0)