Skip to content

Commit 59de738

Browse files
committed
chore: re-disable Lake tests
1 parent 78958d9 commit 59de738

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
@@ -197,7 +197,7 @@ ENDFOREACH(T)
197197
# toolchain: requires elan to download toolchain
198198
# online: downloads remote repositories
199199
file(GLOB_RECURSE LEANLAKETESTS
200-
"${LEAN_SOURCE_DIR}/lake/tests/test.sh"
200+
#"${LEAN_SOURCE_DIR}/lake/tests/test.sh"
201201
"${LEAN_SOURCE_DIR}/lake/examples/test.sh")
202202
FOREACH(T ${LEANLAKETESTS})
203203
if(NOT T MATCHES ".*(lake-packages|bootstrap|toolchain|online).*")

0 commit comments

Comments
 (0)