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

Commit d8a77e41 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Making test as flaky test" into main

parents 0ab2e88c 80bef759
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ import android.view.View;
import android.window.WindowContextInfo;
import android.window.WindowTokenClientController;

import androidx.test.filters.FlakyTest;
import androidx.test.filters.MediumTest;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.rule.ActivityTestRule;
@@ -629,6 +630,7 @@ public class ActivityThreadTest {
        });
    }

    @FlakyTest(bugId = 298331121)
    @Test
    public void testHandleConfigurationChanged_DoesntOverrideActivityConfig() {
        final TestActivity activity = mActivityTestRule.launchActivity(new Intent());