aboutsummaryrefslogtreecommitdiff
path: root/run-tests-on-android.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-tests-on-android.sh')
-rwxr-xr-xrun-tests-on-android.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/run-tests-on-android.sh b/run-tests-on-android.sh
index 744fc8b4..d85cca31 100755
--- a/run-tests-on-android.sh
+++ b/run-tests-on-android.sh
@@ -62,12 +62,7 @@ test_toy() {
elif [ "$non_toy" = "true" ]; then
non_toy_failures="$non_toy_failures $toy"
else
- # 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"
- fi
+ failures="$failures $toy"
fi
}