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

Commit 44f95e71 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix FlakyTest annotation in TEST_MAPPING of mockingservicestests

This is a follow up of I059ca4cba35202862137285352e03008d8321da8.

Test: Pass all presubmit tests in mockingservicestests pass.
  $ atest --test-mapping frameworks/base/services/core/java/com/android/server
Bug: None
Change-Id: I0f780d3426fbe5a6e9e6ef4f5818852e5963a643
parent 4180876b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
                  "include-annotation": "android.platform.test.annotations.Presubmit"
                },
                {
                  "exclude-annotation": "android.support.test.filters.FlakyTest"
                  "exclude-annotation": "androidx.test.filters.FlakyTest"
                }
            ]
        }