Commit f9898fa3 authored by qsr's avatar qsr Committed by Commit bot

Disable validation tests.

Test are failing due to concurrent CL. Disabling those until they are
fixed.

R=ppi@chromium.org
NOTREECHECKS=true
NOTRY=true

Review URL: https://codereview.chromium.org/539893003

Cr-Commit-Position: refs/heads/master@{#293286}
parent c6986cbf
...@@ -175,7 +175,7 @@ public class ValidationTest extends MojoTestCase { ...@@ -175,7 +175,7 @@ public class ValidationTest extends MojoTestCase {
* Testing the conformance suite. * Testing the conformance suite.
*/ */
@SmallTest @SmallTest
public void testConformance() throws FileNotFoundException { public void DisabledTestConformance() throws FileNotFoundException {
runTest("conformance_", ConformanceTestInterface.MANAGER.buildStub(null, runTest("conformance_", ConformanceTestInterface.MANAGER.buildStub(null,
ConformanceTestInterface.MANAGER.buildProxy(null, new SinkMessageReceiver()))); ConformanceTestInterface.MANAGER.buildProxy(null, new SinkMessageReceiver())));
} }
...@@ -184,7 +184,7 @@ public class ValidationTest extends MojoTestCase { ...@@ -184,7 +184,7 @@ public class ValidationTest extends MojoTestCase {
* Testing the integration suite. * Testing the integration suite.
*/ */
@SmallTest @SmallTest
public void testIntegration() throws FileNotFoundException { public void DisabledTestIntegration() throws FileNotFoundException {
runTest("integration_", runTest("integration_",
new RoutingMessageReceiver(IntegrationTestInterface1.MANAGER.buildStub(null, new RoutingMessageReceiver(IntegrationTestInterface1.MANAGER.buildStub(null,
IntegrationTestInterface1.MANAGER.buildProxy(null, IntegrationTestInterface1.MANAGER.buildProxy(null,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment