Skip to content

Commit f194a1c

Browse files
committed
cleanup more
1 parent fcdbd35 commit f194a1c

File tree

10 files changed

+2
-266
lines changed

10 files changed

+2
-266
lines changed

.github/workflows/functional-test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,8 @@ jobs:
9191
fail-fast: false
9292
matrix:
9393
test_targets:
94-
- target: test/functional/android/search_context/find_by_*.py
95-
name: func_test_android1
9694
- target: test/functional/android/appium_service_tests.py test/functional/android/chrome_tests.py
97-
name: func_test_android3
95+
name: func_test_android1
9896

9997
runs-on: ubuntu-latest
10098

@@ -120,9 +118,8 @@ jobs:
120118
- run: |
121119
appium driver install uiautomator2
122120
appium driver install espresso
123-
appium plugin install images
124121
appium plugin install execute-driver
125-
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
122+
nohup appium --use-plugins=execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
126123
127124
- name: Enable KVM group perms
128125
run: |
-24.7 KB
Binary file not shown.
-2.51 KB
Binary file not shown.

test/functional/android/file/test_file.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
-20.9 KB
Binary file not shown.

test/functional/android/search_context/__init__.py

Whitespace-only changes.

test/functional/android/search_context/find_by_accessibility_id_tests.py

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

test/functional/android/search_context/find_by_image_tests.py

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

test/functional/android/search_context/find_by_uiautomator_tests.py

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

test/functional/android/search_context/find_by_view_matcher_tests.py

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

0 commit comments

Comments
 (0)