Skip to content

Commit

Permalink
Merge "Revert "Ignore broken tests on presubmit."" into androidx-main
Browse files Browse the repository at this point in the history
  • Loading branch information
jaewan-github authored and Gerrit Code Review committed May 10, 2021
2 parents 80b41da + b418d8e commit 62f5314
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

Expand Down Expand Up @@ -138,7 +137,6 @@ public void tearDown() {
}

@Test
@Ignore("b/185140325")
public void testSendCommand() throws InterruptedException {
mMediaControllerCallback.setExpectedCallbackMethodName("onCommand");
mMediaController.sendCommand("anyCommand", /* extras= */ null, /* cb= */ null);
Expand Down

0 comments on commit 62f5314

Please sign in to comment.