From 41ed094bdcf3c5fb96e3620ba85f347c1eaf9014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=90=BC?= Date: Fri, 3 Dec 2021 03:20:15 +0000 Subject: [PATCH] Disable startup provider due to resource loading issue When run UT case with atest SettingsUnitTests, test failed due to "Unable to get provider androidx.startup.InitializationProvider: android.content.res.Resources$NotFoundException". Bug: 208883742 Test: atest SettingsUnitTests Change-Id: I9843b01fb9d3c2a64e7b52080b2594703cee78a6 --- tests/unit/AndroidManifest.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/unit/AndroidManifest.xml b/tests/unit/AndroidManifest.xml index 7ef7ae1d2ba..b22f26a94ed 100644 --- a/tests/unit/AndroidManifest.xml +++ b/tests/unit/AndroidManifest.xml @@ -15,6 +15,7 @@ --> @@ -69,6 +70,13 @@ android:resource="@xml/authenticator" /> + + +