Disable check-jstests to fix orange on SM builds.

This commit is contained in:
Paul Biggar 2011-04-03 20:12:27 -07:00
Родитель 285cbfd4c5
Коммит b2b8c2e98f
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -672,7 +672,8 @@ check-jstests:
ifndef WINCE
check:: check-jit-test check-jstests
check:: check-jit-test
#check:: check-jstests
check-valgrind:: check-jit-test-valgrind
endif