OSDN Git Service

Disable reanmed test due to python3.
authorNicolas Geoffray <ngeoffray@google.com>
Tue, 19 Jan 2016 09:17:25 +0000 (09:17 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Tue, 19 Jan 2016 09:17:25 +0000 (09:17 +0000)
Change-Id: I75781af509933d85ed56dde2defa350c2c636f49

test/Android.run-test.mk

index f62d0e9..586c805 100644 (file)
@@ -242,7 +242,7 @@ TEST_ART_PYTHON3_DEPENDENCY_RUN_TESTS := \
   968-default-partial-compile-generated \
   969-iface-super \
   970-iface-super-resolution-generated \
-  971-iface-super-partial-compile-generated
+  971-iface-super
 
 # Check if we have python3 to run our tests.
 ifeq ($(wildcard /usr/bin/python3),)