Merge "Disabling presubmit tests until they fixed"

This commit is contained in:
TreeHugger Robot
2016-12-10 05:30:13 +00:00
committed by Android (Google) Code Review
2 changed files with 0 additions and 2 deletions

View File

@@ -44,7 +44,6 @@ import static org.junit.Assert.assertTrue;
* runtest frameworks-services -c com.android.server.wm.TaskPositionerTests
*/
@SmallTest
@Presubmit
@RunWith(AndroidJUnit4.class)
public class TaskPositionerTests extends WindowTestsBase {

View File

@@ -45,7 +45,6 @@ import org.mockito.invocation.InvocationOnMock;
* runtest frameworks-services -c com.android.server.wm.UnknownVisibilityControllerTest
*/
@SmallTest
@Presubmit
@RunWith(AndroidJUnit4.class)
public class UnknownAppVisibilityControllerTest {