From 0f3e902205c811cf4ad40884f203b0610628482b Mon Sep 17 00:00:00 2001 From: Fan Wu Date: Tue, 5 Dec 2023 06:24:06 +0000 Subject: [PATCH] Revert "Add "test_suites" attribute to SettingsRoboTests." This reverts commit 87318575508ef904de87aa59a9e9abfcc811f97d. Reason for revert: Robolectric tests aren't supported in TEST_MAPPING, so no need to follow the guide. Change-Id: Id8b1a82a26cf390f6f1088a7fcf54287e73af6b5 --- tests/robotests/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp index 6d3c7483f9e..95a78c75ab2 100644 --- a/tests/robotests/Android.bp +++ b/tests/robotests/Android.bp @@ -50,7 +50,7 @@ android_robolectric_test { "src/**/*.kt", ], - test_suites: ["general-tests"], + // test_suites attribute is not needed. This module will be configured in ATP GCL file. static_libs: [ "Robolectric_shadows_androidx_fragment_upstream",