Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4dcbf700 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 10884074 from 6068c5a8 to 24Q1-release

Change-Id: Id5ee33f3f393c607ea1206855d17d257c7b86e83
parents 786cf558 6068c5a8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -525,6 +525,7 @@ java_library {
    required: [
        "framework-minus-apex",
        "framework-platform-compat-config",
        "framework-location-compat-config",
        "services-platform-compat-config",
        "icu4j-platform-compat-config",
        "TeleService-platform-compat-config",
+0 −1
Original line number Diff line number Diff line
@@ -68,7 +68,6 @@
      "name": "FrameworksInputMethodSystemServerTests",
      "options": [
        {"include-filter": "com.android.server.inputmethod"},
        {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
        {"exclude-annotation": "androidx.test.filters.FlakyTest"},
        {"exclude-annotation": "org.junit.Ignore"}
      ]
+1 −2
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
      ],
      "options": [
        {"include-filter": "com.android.server.DeviceIdleControllerTest"},
        {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
        {"exclude-annotation": "androidx.test.filters.FlakyTest"}
      ]
    },
+1 −2
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
      "name": "FrameworksMockingServicesTests",
      "options": [
        {"include-filter": "com.android.server.DeviceIdleControllerTest"},
        {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
        {"exclude-annotation": "androidx.test.filters.FlakyTest"}
      ]
    }
+4 −8
Original line number Diff line number Diff line
@@ -3,8 +3,6 @@
        {
            "name": "CtsJobSchedulerTestCases",
            "options": [
                {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
                {"exclude-annotation": "androidx.test.filters.LargeTest"},
                {"exclude-annotation": "androidx.test.filters.FlakyTest"},
                {"exclude-annotation": "androidx.test.filters.LargeTest"}
            ]
@@ -13,18 +11,16 @@
            "name": "FrameworksMockingServicesTests",
            "options": [
                {"include-filter": "com.android.server.job"},
                {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
                {"exclude-annotation": "androidx.test.filters.LargeTest"},
                {"exclude-annotation": "androidx.test.filters.FlakyTest"}
                {"exclude-annotation": "androidx.test.filters.FlakyTest"},
                {"exclude-annotation": "androidx.test.filters.LargeTest"}
            ]
        },
        {
            "name": "FrameworksServicesTests",
            "options": [
                {"include-filter": "com.android.server.job"},
                {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
                {"exclude-annotation": "androidx.test.filters.LargeTest"},
                {"exclude-annotation": "androidx.test.filters.FlakyTest"}
                {"exclude-annotation": "androidx.test.filters.FlakyTest"},
                {"exclude-annotation": "androidx.test.filters.LargeTest"}
            ]
        }
    ],
Loading