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

Commit 80bef759 authored by Louis Chang's avatar Louis Chang
Browse files

Making test as flaky test

Bug: 298331121
Test: atest ActivityThreadTest
Change-Id: Ia124b4150110c3e1005d68c08f1bd89da290b7b9
parent 9d287d85
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());