forked from RattlesnakeOS/community_patches
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path00008-remove-storage-manager-tests.patch
40 lines (36 loc) · 1.56 KB
/
00008-remove-storage-manager-tests.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
diff --git a/platform_testing/build/tasks/tests/instrumentation_test_list.mk b/platform_testing/build/tasks/tests/instrumentation_test_list.mk
index 977fb0b..46f6789 100644
--- a/platform_testing/build/tasks/tests/instrumentation_test_list.mk
+++ b/platform_testing/build/tasks/tests/instrumentation_test_list.mk
@@ -55,7 +55,6 @@ instrumentation_tests := \
UsbTests \
DownloadProviderTests \
EmergencyInfoUnitTests \
- CalendarProviderTests \
SettingsLibTests \
RSTest \
PrintSpoolerOutOfProcessTests \
diff --git a/platform_testing/build/tasks/tests/instrumentation_test_list.mk b/platform_testing/build/tasks/tests/instrumentation_test_list.mk
index 23861c8..977fb0b 100644
--- a/platform_testing/build/tasks/tests/instrumentation_test_list.mk
+++ b/platform_testing/build/tasks/tests/instrumentation_test_list.mk
@@ -74,9 +74,3 @@ instrumentation_tests := \
FrameworksNetSmokeTests\
-# Storage Manager may not exist on device
-ifneq ($(filter StorageManager, $(PRODUCT_PACKAGES)),)
-
-instrumentation_tests += StorageManagerUnitTests
-
-endif
diff --git a/platform_testing/build/tasks/tests/platform_test_list.mk b/platform_testing/build/tasks/tests/platform_test_list.mk
index 7ca9047..4592368 100644
--- a/platform_testing/build/tasks/tests/platform_test_list.mk
+++ b/platform_testing/build/tasks/tests/platform_test_list.mk
@@ -23,7 +23,6 @@ platform_tests += \
BootHelperApp \
BusinessCard \
CalculatorFunctionalTests \
- CalendarTests \
camera_client_test \
camera_metadata_tests \
CellBroadcastReceiverTests \