Skip to content

Commit 9a3a633

Browse files
authored
test: cleanup tests more (#1033)
* test: remove some functional test which is tested in unit tets * test: remvoe location tests * remove finger * remove more * more * more * cleanup more
1 parent fea88d1 commit 9a3a633

18 files changed

+2
-507
lines changed

.github/workflows/functional-test.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -91,16 +91,8 @@ jobs:
9191
fail-fast: false
9292
matrix:
9393
test_targets:
94-
- target: test/functional/android/device_time_tests.py test/functional/android/search_context/find_by_*.py
95-
name: func_test_android1
96-
- target: test/functional/android/keyboard_tests.py test/functional/android/location_tests.py
97-
name: func_test_android2
9894
- target: test/functional/android/appium_service_tests.py test/functional/android/chrome_tests.py
99-
name: func_test_android3
100-
- target: test/functional/android/finger_print_tests.py test/functional/android/screen_record_tests.py test/functional/android/settings_tests.py
101-
name: func_test_android4
102-
- target: test/functional/android/remote_fs_tests.py test/functional/android/log_event_tests.py
103-
name: func_test_android5
95+
name: func_test_android1
10496

10597
runs-on: ubuntu-latest
10698

@@ -126,9 +118,8 @@ jobs:
126118
- run: |
127119
appium driver install uiautomator2
128120
appium driver install espresso
129-
appium plugin install images
130121
appium plugin install execute-driver
131-
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 &
132123
133124
- name: Enable KVM group perms
134125
run: |

test/functional/android/device_time_tests.py

Lines changed: 0 additions & 25 deletions
This file was deleted.
-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/finger_print_tests.py

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

test/functional/android/keyboard_tests.py

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

test/functional/android/location_tests.py

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

test/functional/android/log_event_tests.py

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

0 commit comments

Comments
 (0)