We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6cb21f commit 2ce243dCopy full SHA for 2ce243d
espresso/core/javatests/androidx/test/espresso/action/BUILD
@@ -9,6 +9,7 @@ load(
9
"//build_extensions:axt_android_application_test.bzl",
10
"axt_android_application_test",
11
)
12
+load("//build_extensions:phone_devices.bzl", "apis", "devices")
13
14
package(default_applicable_licenses = ["//espresso:license"])
15
@@ -312,8 +313,8 @@ axt_android_library_test(
312
313
axt_android_library_test(
314
name = "SwipeActionIntegrationTest",
315
srcs = ["SwipeActionIntegrationTest.java"],
- # flaky
316
- tags = ["notap"],
+ # flaky on APIs < 30
317
+ device_list = devices(apis(min_api = 30)),
318
deps = [
319
"//core",
320
"//espresso/core/java/androidx/test/espresso",
0 commit comments