|
|
|
@ -30,7 +30,7 @@ import static org.mockito.Mockito.verify; |
|
|
|
|
* Not clear why, but for some reason on API 28 the UiThreadTests here crash for an internal NPE |
|
|
|
|
* in FrameLayout.onMeasure. Trying with uiSync. |
|
|
|
|
*/ |
|
|
|
|
@SdkExclude(minSdkVersion = 28, maxSdkVersion = 28) |
|
|
|
|
// @SdkExclude(minSdkVersion = 28, maxSdkVersion = 28)
|
|
|
|
|
@TargetApi(17) |
|
|
|
|
public class MarkerLayoutTest extends BaseTest { |
|
|
|
|
|
|
|
|
|