Skip to content

Commit ca71997

Browse files
committed
chore: redisable Lake tests
1 parent bc689ab commit ca71997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shell/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ endforeach(T)
262262
# online: downloads remote repositories
263263
file(
264264
GLOB_RECURSE LEANLAKETESTS
265-
"${LEAN_SOURCE_DIR}/../tests/lake/tests/test.sh"
265+
#"${LEAN_SOURCE_DIR}/../tests/lake/tests/test.sh"
266266
"${LEAN_SOURCE_DIR}/../tests/lake/examples/test.sh"
267267
)
268268
foreach(T ${LEANLAKETESTS})

0 commit comments

Comments
 (0)