Merge "Apply WindowTestRunner to RefreshRatePolicyTest" into rvc-dev am: e9d2790cfa am: bd35a2468e

Change-Id: I86bb70e293d3bfc45c0ee528928eaaeee34b16c5
This commit is contained in:
TreeHugger Robot
2020-04-21 11:19:09 +00:00
committed by Automerger Merge Worker

View File

@@ -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 {