Skip to content

Commit

Permalink
Prepare more test infrastructure for platform-based Android tests.
Browse files Browse the repository at this point in the history
    PiperOrigin-RevId: 348691752
  • Loading branch information
Luca Di Grazia committed Sep 4, 2022
1 parent 9a5e0e2 commit 29ee29e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
import java.util.Set;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;

/**
* A base class for integration tests that use the {@link BuildTool}. These tests basically run a
Expand All @@ -125,6 +126,7 @@
public abstract class BuildIntegrationTestCase {

/** Thrown when an integration test case fails. */
@Ignore
public static class IntegrationTestExecException extends ExecException {
public IntegrationTestExecException(String message) {
super(message);
Expand Down Expand Up @@ -232,6 +234,7 @@ public final void cleanUp() throws Exception {
* A helper class that can be used to record exceptions that occur on the event bus, by passing an
* instance of it to BlazeRuntime#setEventBusExceptionHandler.
*/
@Ignore
public static final class RecordingExceptionHandler implements SubscriberExceptionHandler {
private Throwable exception;

Expand Down

0 comments on commit 29ee29e

Please sign in to comment.