aboutsummaryrefslogtreecommitdiff
path: root/run-tests-on-android.sh
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2020-01-07 15:47:28 +0000
committerElliott Hughes <enh@google.com>2020-01-07 15:48:49 +0000
commite823ee71a5e4d83404a7ea8b20d1a96d52705ae3 (patch)
treeb9e996f468c3073b6a4e45b97db796cadd57e476 /run-tests-on-android.sh
parent0751987715d6501205188ee6ac9cdfc3c7518011 (diff)
downloadtoybox-e823ee71a5e4d83404a7ea8b20d1a96d52705ae3.tar.gz
Revert "Ignore date test failures until we get them fixed upstream."
This reverts commit 0751987715d6501205188ee6ac9cdfc3c7518011. Reason for revert: date tests fixed by 5854c801a718e92504114dec21038d740498dd65. Bug: http://b/147071480 Change-Id: I7d0170c97c59857ae6605d742052821119b7e810
Diffstat (limited to 'run-tests-on-android.sh')
-rwxr-xr-xrun-tests-on-android.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/run-tests-on-android.sh b/run-tests-on-android.sh
index 24b353c1..9f9da7f3 100755
--- a/run-tests-on-android.sh
+++ b/run-tests-on-android.sh
@@ -64,9 +64,6 @@ 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