Skip to content

Commit

Permalink
Disable on-device tests (#496)
Browse files Browse the repository at this point in the history
See rationale in the bug, but in short, reducing maintenance
burden

b/284530099
  • Loading branch information
kaidokert committed May 27, 2023
1 parent 29cedfe commit 644fa42
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/config/android-arm.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"docker_service": "build-android",
"on_device_test": {
"enabled": true,
"enabled": false,
"tests": [
"unit_test",
"black_box_test"
Expand Down
2 changes: 1 addition & 1 deletion .github/config/android-arm64.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"docker_service": "build-android",
"on_device_test": {
"enabled": true,
"enabled": false,
"tests": [
"unit_test",
"black_box_test"
Expand Down
2 changes: 1 addition & 1 deletion .github/config/android-x86.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"docker_service": "build-android",
"on_device_test": {
"enabled": true,
"enabled": false,
"tests": [
"unit_test",
"black_box_test"
Expand Down
2 changes: 1 addition & 1 deletion .github/config/evergreen-arm-hardfp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"docker_service": "build-raspi",
"bootloader": "true",
"on_device_test": {
"enabled": true,
"enabled": false,
"tests": [
"unit_test",
"black_box_test"
Expand Down

0 comments on commit 644fa42

Please sign in to comment.