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

Commit 453e851d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Stop WindowTracingTest and WindowStateTests from running in postsubmit"

parents 960165c0 e8229473
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 {