Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8229473 authored by Dan Shi's avatar Dan Shi
Browse files

Stop WindowTracingTest and WindowStateTests from running in postsubmit

Bug: 116597907
Test: None
Change-Id: I5f7f76053f62dc48aa0e2045f8bf5f76e7563fbe
parent ba940c42
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -76,7 +76,8 @@ import androidx.test.runner.AndroidJUnit4;
 */
@SmallTest
@FlakyTest(bugId = 74078662)
@Presubmit
// TODO(b/116597907): Re-enable this test in postsubmit after the bug is fixed.
// @Presubmit
@RunWith(AndroidJUnit4.class)
public class WindowStateTests extends WindowTestsBase {

+2 −1
Original line number Diff line number Diff line
@@ -59,7 +59,8 @@ import java.nio.charset.StandardCharsets;
 */
@SmallTest
@FlakyTest(bugId = 74078662)
@Presubmit
// TODO(b/116597907): Re-enable this test in postsubmit after the bug is fixed.
// @Presubmit
@RunWith(AndroidJUnit4.class)
public class WindowTracingTest extends WindowTestsBase {