Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(338)

Unified Diff: mojo/android/javatests/src/org/chromium/mojo/bindings/ValidationTest.java

Issue 539893003: Disable validation tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698