Skip to content

Commit

Permalink
Internal
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 609057473
  • Loading branch information
brettchabot authored and copybara-androidxtest committed Feb 21, 2024
1 parent d6cb21f commit 2ce243d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions espresso/core/javatests/androidx/test/espresso/action/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ load(
"//build_extensions:axt_android_application_test.bzl",
"axt_android_application_test",
)
load("//build_extensions:phone_devices.bzl", "apis", "devices")

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

Expand Down Expand Up @@ -312,8 +313,8 @@ axt_android_library_test(
axt_android_library_test(
name = "SwipeActionIntegrationTest",
srcs = ["SwipeActionIntegrationTest.java"],
# flaky
tags = ["notap"],
# flaky on APIs < 30
device_list = devices(apis(min_api = 30)),
deps = [
"//core",
"//espresso/core/java/androidx/test/espresso",
Expand Down

0 comments on commit 2ce243d

Please sign in to comment.