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

Commit 01182606 authored by Chilun's avatar Chilun Committed by Chilun Huang
Browse files

Apply WindowTestRunner to RefreshRatePolicyTest

That fixes the race condition by the runner automatically locking the
window manager global lock.

Bug: 153707947
Test: atest RefreshRatePolicyTest
Change-Id: Ib2d6e76472934c90b438733835398878c1298dea
parent 28665792
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ import androidx.test.filters.SmallTest;

import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;

/**
 * Build/Install/Run:
@@ -40,6 +41,7 @@ import org.junit.Test;
 */
@SmallTest
@Presubmit
@RunWith(WindowTestRunner.class)
@FlakyTest
public class RefreshRatePolicyTest extends WindowTestsBase {