diff options
author | 2020-07-03 09:49:46 +0100 | |
---|---|---|
committer | 2020-07-03 10:03:44 +0000 | |
commit | 58592c0e4d2a351a49bbf56fb48f9d1c9497b51e (patch) | |
tree | 4ec13c155a2e145b02a093e06c39c8018b7909b5 | |
parent | f375e929ade0898a6d7d8f6b2071805808c4357a (diff) |
Remove timezone tests from ART script.
Now that the tests have moved to the I18N module.
Test: run-libcore-tests
Change-Id: I9ae1ca47f044d1dcc5a8d04d6433aa01940dac31
-rwxr-xr-x | tools/run-libcore-tests.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/run-libcore-tests.sh b/tools/run-libcore-tests.sh index 59c05eceda..f7c8e27853 100755 --- a/tools/run-libcore-tests.sh +++ b/tools/run-libcore-tests.sh @@ -112,7 +112,6 @@ working_packages=("libcore.android.system" "libcore.libcore.net" "libcore.libcore.reflect" "libcore.libcore.util" - "libcore.libcore.timezone" "libcore.sun.invoke" "libcore.sun.net" "libcore.sun.misc" |