Skip to content

Commit 2ce243d

Browse files
brettchabotcopybara-androidxtest
authored andcommitted
Internal
PiperOrigin-RevId: 609057473
1 parent d6cb21f commit 2ce243d

File tree

1 file changed

+3
-2
lines changed
  • espresso/core/javatests/androidx/test/espresso/action

1 file changed

+3
-2
lines changed

espresso/core/javatests/androidx/test/espresso/action/BUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ load(
99
"//build_extensions:axt_android_application_test.bzl",
1010
"axt_android_application_test",
1111
)
12+
load("//build_extensions:phone_devices.bzl", "apis", "devices")
1213

1314
package(default_applicable_licenses = ["//espresso:license"])
1415

@@ -312,8 +313,8 @@ axt_android_library_test(
312313
axt_android_library_test(
313314
name = "SwipeActionIntegrationTest",
314315
srcs = ["SwipeActionIntegrationTest.java"],
315-
# flaky
316-
tags = ["notap"],
316+
# flaky on APIs < 30
317+
device_list = devices(apis(min_api = 30)),
317318
deps = [
318319
"//core",
319320
"//espresso/core/java/androidx/test/espresso",

0 commit comments

Comments
 (0)