Skip to content

Commit

Permalink
Delete integration test for test orchestrator.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 651442512
  • Loading branch information
ajsinclair authored and copybara-androidxtest committed Jul 11, 2024
1 parent 59a679d commit 061acc8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 75 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,24 +66,3 @@ axt_android_local_test(
"@maven//:org_hamcrest_hamcrest_library",
],
)

axt_android_library_test(
name = "RuntimePermissionsIntegrationTest",
srcs = ["RuntimePermissionsIntegrationTest.java"],
args = [
"--grant_runtime_permissions=false",
"--install_test_services",
"--experimental_test_driver=LOCAL_TEST_DRIVER_ORCHESTRATOR_V1",
],
custom_package = "androidx.test.orchestrator.tests",
device_list = devices(
apis(min_api = 24),
),
deps = [
"//ext/junit",
"//runner/android_junit_runner",
"@maven//:junit_junit",
"@maven//:org_hamcrest_hamcrest_core",
"@maven//:org_hamcrest_hamcrest_library",
],
)

This file was deleted.

0 comments on commit 061acc8

Please sign in to comment.