summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2018-09-20 03:22:34 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2018-09-20 03:22:34 +0000
commit58c147fb65f2c8aa41c0dcc1b33d6b20ff96ffbf (patch)
tree595520d05c51c7d1e7bd3f08e43700d271966d11
parentef4dda2d0290fbb3d67ea8ebed703ed616e2877b (diff)
parentc4fa3f953adc611df271fa0c8b3f96b20d13f4c5 (diff)
Merge "Fix FlakyTest filter in wm/TEST_MAPPING"
-rw-r--r--services/core/java/com/android/server/wm/TEST_MAPPING4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/core/java/com/android/server/wm/TEST_MAPPING b/services/core/java/com/android/server/wm/TEST_MAPPING
index c99329a7508c..0c9a14be964f 100644
--- a/services/core/java/com/android/server/wm/TEST_MAPPING
+++ b/services/core/java/com/android/server/wm/TEST_MAPPING
@@ -21,7 +21,7 @@
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
- "exclude-annotation": "android.support.test.filters.FlakyTest"
+ "exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
@@ -35,7 +35,7 @@
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
- "exclude-annotation": "android.support.test.filters.FlakyTest"
+ "exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}