Skip to content

Commit b56679b

Browse files
committed
ci: comment out mobile ui tests
1 parent 0953616 commit b56679b

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/ui-tests.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- targetPlatform: StandaloneWindows64
7474
runs-on: [self-hosted, windows]
7575
test_script: pytest -xs test/test_windows.py::WindowsTest
76-
- targetPlatform: Android
77-
runs-on: [ self-hosted, macOS ]
78-
test_script: browserstack-sdk pytest -s ./test/test_android.py --browserstack.config "browserstack.android.yml"
76+
# - targetPlatform: Android
77+
# runs-on: [ self-hosted, macOS ]
78+
# test_script: browserstack-sdk pytest -s ./test/test_android.py --browserstack.config "browserstack.android.yml"
7979
concurrency:
8080
group: test-${{ matrix.targetPlatform }}
8181
runs-on: ${{ matrix.runs-on }}
@@ -142,16 +142,16 @@ jobs:
142142
- name: Build iOS app
143143
working-directory: sample
144144
run: ./build_ios.sh
145-
- uses: actions/setup-python@v4
146-
with:
147-
python-version: "3.10"
148-
- name: Install dependencies
149-
run: pip install -r "sample/Tests/requirements-mobile.txt"
150-
- name: Run UI tests
151-
env:
152-
MAILSLURP_API_KEY: ${{ secrets.MAILSLURP_API_KEY }}
153-
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
154-
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
155-
working-directory: sample/Tests/test/ios
156-
run: browserstack-sdk pytest -xs ./test_ios.py --browserstack.config "browserstack.ios.yml"
145+
# - uses: actions/setup-python@v4
146+
# with:
147+
# python-version: "3.10"
148+
# - name: Install dependencies
149+
# run: pip install -r "sample/Tests/requirements-mobile.txt"
150+
# - name: Run UI tests
151+
# env:
152+
# MAILSLURP_API_KEY: ${{ secrets.MAILSLURP_API_KEY }}
153+
# BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
154+
# BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
155+
# working-directory: sample/Tests/test/ios
156+
# run: browserstack-sdk pytest -xs ./test_ios.py --browserstack.config "browserstack.ios.yml"
157157

0 commit comments

Comments
 (0)