Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,8 @@ jobs:
fail-fast: false
matrix:
test_targets:
- target: test/functional/android/device_time_tests.py test/functional/android/search_context/find_by_*.py
name: func_test_android1
- target: test/functional/android/keyboard_tests.py test/functional/android/location_tests.py
name: func_test_android2
- target: test/functional/android/appium_service_tests.py test/functional/android/chrome_tests.py
name: func_test_android3
- target: test/functional/android/finger_print_tests.py test/functional/android/screen_record_tests.py test/functional/android/settings_tests.py
name: func_test_android4
- target: test/functional/android/remote_fs_tests.py test/functional/android/log_event_tests.py
name: func_test_android5
name: func_test_android1

runs-on: ubuntu-latest

Expand All @@ -126,9 +118,8 @@ jobs:
- run: |
appium driver install uiautomator2
appium driver install espresso
appium plugin install images
appium plugin install execute-driver
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
nohup appium --use-plugins=execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &

- name: Enable KVM group perms
run: |
Expand Down
25 changes: 0 additions & 25 deletions test/functional/android/device_time_tests.py

This file was deleted.

Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion test/functional/android/file/test_file.txt

This file was deleted.

Binary file removed test/functional/android/file/test_image.jpg
Binary file not shown.
24 changes: 0 additions & 24 deletions test/functional/android/finger_print_tests.py

This file was deleted.

26 changes: 0 additions & 26 deletions test/functional/android/keyboard_tests.py

This file was deleted.

21 changes: 0 additions & 21 deletions test/functional/android/location_tests.py

This file was deleted.

24 changes: 0 additions & 24 deletions test/functional/android/log_event_tests.py

This file was deleted.

62 changes: 0 additions & 62 deletions test/functional/android/remote_fs_tests.py

This file was deleted.

26 changes: 0 additions & 26 deletions test/functional/android/screen_record_tests.py

This file was deleted.

Empty file.

This file was deleted.

83 changes: 0 additions & 83 deletions test/functional/android/search_context/find_by_image_tests.py

This file was deleted.

Loading
Loading