Skip to content

Commit

Permalink
Enable ignored tests for MotionEventTest
Browse files Browse the repository at this point in the history
Signed-off-by: utzcoz <utzcoz@outlook.com>
  • Loading branch information
utzcoz committed Apr 3, 2022
1 parent 595e322 commit b2c3daf
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import com.google.common.truth.Truth;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.annotation.internal.DoNotInstrument;
Expand Down Expand Up @@ -322,7 +321,6 @@ public void testReadFromParcelWithInvalidPointerCountSize() {
}

@Test
@Ignore // doesn't actually fail when expected on emulator API 23
public void testReadFromParcelWithInvalidSampleSize() {
Parcel parcel = Parcel.obtain();
motionEvent2.writeToParcel(parcel, Parcelable.PARCELABLE_WRITE_RETURN_VALUE);
Expand Down

0 comments on commit b2c3daf

Please sign in to comment.