Remove package on which we cannot revert.

Change-Id: I863176f91747e418bc3365b724970d3354a75971
diff --git a/tools/run-libcore-tests.sh b/tools/run-libcore-tests.sh
index 67a7983..4b5a5ca 100755
--- a/tools/run-libcore-tests.sh
+++ b/tools/run-libcore-tests.sh
@@ -57,7 +57,6 @@
                   "org.apache.harmony.luni"
                   "org.apache.harmony.nio"
                   "org.apache.harmony.regex"
-                  "org.apache.harmony.security"
                   "org.apache.harmony.testframework"
                   "org.apache.harmony.tests.java.io"
                   "org.apache.harmony.tests.java.lang"
@@ -68,6 +67,10 @@
                   "tests.java.lang.String"
                   "jsr166")
 
+# List of packages we could run, but don't have rights to revert
+# changes in case of failures.
+# "org.apache.harmony.security"
+
 vogar_args=$@
 while true; do
   if [[ "$1" == "--mode=device" ]]; then