Skip to content

Commit 3942a5f

Browse files
ajsinclaircopybara-androidxtest
authored andcommitted
Delete integration test for test orchestrator.
PiperOrigin-RevId: 651467965
1 parent 59a679d commit 3942a5f

File tree

2 files changed

+0
-84
lines changed

2 files changed

+0
-84
lines changed

runner/android_test_orchestrator/javatests/androidx/test/orchestrator/BUILD

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
11
# Description: Odo tests.
22

3-
load(
4-
"//build_extensions:android_library_test.bzl",
5-
"axt_android_library_test",
6-
)
73
load(
84
"//build_extensions:axt_android_local_test.bzl",
95
"axt_android_local_test",
106
)
11-
load(
12-
"//build_extensions:phone_devices.bzl",
13-
"apis",
14-
"devices",
15-
)
167

178
package(default_applicable_licenses = ["//:license"])
189

@@ -66,24 +57,3 @@ axt_android_local_test(
6657
"@maven//:org_hamcrest_hamcrest_library",
6758
],
6859
)
69-
70-
axt_android_library_test(
71-
name = "RuntimePermissionsIntegrationTest",
72-
srcs = ["RuntimePermissionsIntegrationTest.java"],
73-
args = [
74-
"--grant_runtime_permissions=false",
75-
"--install_test_services",
76-
"--experimental_test_driver=LOCAL_TEST_DRIVER_ORCHESTRATOR_V1",
77-
],
78-
custom_package = "androidx.test.orchestrator.tests",
79-
device_list = devices(
80-
apis(min_api = 24),
81-
),
82-
deps = [
83-
"//ext/junit",
84-
"//runner/android_junit_runner",
85-
"@maven//:junit_junit",
86-
"@maven//:org_hamcrest_hamcrest_core",
87-
"@maven//:org_hamcrest_hamcrest_library",
88-
],
89-
)

runner/android_test_orchestrator/javatests/androidx/test/orchestrator/RuntimePermissionsIntegrationTest.java

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)