OSDN Git Service

Disable libcore tests for now.
authorNicolas Geoffray <ngeoffray@google.com>
Mon, 13 Feb 2017 20:55:27 +0000 (20:55 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Mon, 13 Feb 2017 20:55:49 +0000 (20:55 +0000)
bug:35308152
Test: run-libcore-tests.sh

Change-Id: I77f9a516d6dd99d332a214e838848cdc3fdf359a

tools/run-libcore-tests.sh

index 41faa69..a96efe7 100755 (executable)
@@ -14,6 +14,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# Exit as a stop-gap measure for b/35308152.
+exit 0
+
 if [ ! -d libcore ]; then
   echo "Script needs to be run at the root of the android tree"
   exit 1