Skip to content

Commit e95737f

Browse files
committed
chore: re-disable Lake tests
1 parent 223f602 commit e95737f

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
@@ -221,7 +221,7 @@ ENDFOREACH(T)
221221
# toolchain: requires elan to download toolchain
222222
# online: downloads remote repositories
223223
file(GLOB_RECURSE LEANLAKETESTS
224-
"${LEAN_SOURCE_DIR}/../tests/lake/tests/test.sh"
224+
#"${LEAN_SOURCE_DIR}/../tests/lake/tests/test.sh"
225225
"${LEAN_SOURCE_DIR}/../tests/lake/examples/test.sh")
226226
FOREACH(T ${LEANLAKETESTS})
227227
if(NOT T MATCHES ".*(lake-packages|bootstrap|toolchain|online).*")

0 commit comments

Comments
 (0)