Ignore date test failures until we get them fixed upstream.

Bug: http://b/147071480
Change-Id: If47c75e17ecc96c2dfa6413341ee681a7d9fb2ed
This commit is contained in:
Elliott Hughes 2020-01-06 13:56:44 -08:00
parent a5c015bd11
commit 0751987715

View File

@ -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