Add more tests to the presubmit large allowlist.
These tests come from test_module_config migration.
I don't think there will be many more after these.
Change-Id: Iab717c2872f2ff130a4056e125d3f3c47426d026
diff --git a/javatests/com/android/tradefed/presubmit/TestMappingsValidation.java b/javatests/com/android/tradefed/presubmit/TestMappingsValidation.java
index 305f409..178d1d4 100644
--- a/javatests/com/android/tradefed/presubmit/TestMappingsValidation.java
+++ b/javatests/com/android/tradefed/presubmit/TestMappingsValidation.java
@@ -151,6 +151,7 @@
private static final Set<String> PRESUBMIT_LARGE_ALLOWLIST =
ImmutableSet.of(
+ "FrameworksServicesTests_Presubmit",
"binderRpcTestNoKernel",
"CtsLibcoreOjTestCases_time",
"CtsLibcoreOjTestCases_util",
@@ -170,6 +171,7 @@
"CtsPermissionUiTestCases",
"sharedlibs_host_tests",
"CtsDevicePolicyManagerTestCases",
+ "CtsDevicePolicyManagerTestCases_LockSettingsTest",
"CtsMediaAudioTestCases",
"CtsScopedStoragePublicVolumeHostTest",
"CtsContentTestCases",
@@ -198,6 +200,8 @@
"CtsMediaCodecTestCases",
"CtsRollbackManagerHostTestCases",
"CtsAutoFillServiceTestCases",
+ "CtsAutoFillServiceTestCases_cts_inline",
+ "CtsAutoFillServiceTestCases_android_server_autofill_Presubmit",
"CtsOsTestCases",
"CtsDynamicMimeHostTestCases",
"VtsHalNeuralnetworksTargetTest",