diff --git a/run-tests-on-android.sh b/run-tests-on-android.sh index 9f9da7f30..24b353c1b 100755 --- a/run-tests-on-android.sh +++ b/run-tests-on-android.sh @@ -64,6 +64,9 @@ test_toy() { if [ "$toy" = "pidof" ]; then # cuttlefish is currently broken (http://b/142798587) non_toy_failures="$non_toy_failures $toy" + elif [ "$toy" = "date" ]; then + # date.test is currently broken (http://b/147071480) + non_toy_failures="$non_toy_failures $toy" else failures="$failures $toy" fi