aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun-tests-on-android.sh4
1 files changed, 2 insertions, 2 deletions
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"