Index: mojo/android/javatests/src/org/chromium/mojo/bindings/ValidationTest.java |
diff --git a/mojo/android/javatests/src/org/chromium/mojo/bindings/ValidationTest.java b/mojo/android/javatests/src/org/chromium/mojo/bindings/ValidationTest.java |
index 1abb40d40e6cd426134ac2340295da792866f005..429133ed1f7e2b37e242a6426c449c62a195ff2a 100644 |
--- a/mojo/android/javatests/src/org/chromium/mojo/bindings/ValidationTest.java |
+++ b/mojo/android/javatests/src/org/chromium/mojo/bindings/ValidationTest.java |
@@ -175,7 +175,7 @@ public class ValidationTest extends MojoTestCase { |
* Testing the conformance suite. |
*/ |
@SmallTest |
- public void testConformance() throws FileNotFoundException { |
+ public void DisabledTestConformance() throws FileNotFoundException { |
runTest("conformance_", ConformanceTestInterface.MANAGER.buildStub(null, |
ConformanceTestInterface.MANAGER.buildProxy(null, new SinkMessageReceiver()))); |
} |
@@ -184,7 +184,7 @@ public class ValidationTest extends MojoTestCase { |
* Testing the integration suite. |
*/ |
@SmallTest |
- public void testIntegration() throws FileNotFoundException { |
+ public void DisabledTestIntegration() throws FileNotFoundException { |
runTest("integration_", |
new RoutingMessageReceiver(IntegrationTestInterface1.MANAGER.buildStub(null, |
IntegrationTestInterface1.MANAGER.buildProxy(null, |