From 9fc5a4ec563b20d58b3fc29595156c2520d382e1 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 20 Feb 2020 13:50:06 -0800 Subject: Stop ignoring lsattr test failures. These tests are fixed now. Test: treehugger Change-Id: I14620c14a118b5ae5c3f020c81b09d63c767b368 --- run-tests-on-android.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'run-tests-on-android.sh') diff --git a/run-tests-on-android.sh b/run-tests-on-android.sh index 104e031b..744fc8b4 100755 --- a/run-tests-on-android.sh +++ b/run-tests-on-android.sh @@ -62,8 +62,8 @@ test_toy() { elif [ "$non_toy" = "true" ]; then non_toy_failures="$non_toy_failures $toy" else - # The chattr/lsattr tests are currently broken. Working on it... - if [[ "$toy" = "chattr" || "$toy" = "lsattr" ]]; then + # The chattr tests are currently broken on cuttlefish. Working on it... + if [[ "$toy" = "chattr" ]]; then non_toy_failures="$non_toy_failures $toy" else failures="$failures $toy" -- cgit v1.2.3