Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove browserstack android tests #4423

Merged
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion e2e/scripts/test-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ if [[ "$NIGHTLY" = true || "$RELEASE" = true ]]; then
yarn run-browserstack --browsers=bs_firefox_mac --tags $TAGS
yarn run-browserstack --browsers=bs_chrome_mac --tags $TAGS
yarn run-browserstack --browsers=win_10_chrome --tags $TAGS
yarn run-browserstack --browsers=bs_android_9 --tags $TAGS

# Test script tag bundles
karma start ./script_tag_tests/karma.conf.js --browserstack --browsers=bs_chrome_mac --testBundle tf.min.js
Expand Down
1 change: 0 additions & 1 deletion tfjs-backend-wasm/scripts/test-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ if [ "$NIGHTLY" = true ]; then
yarn run-browserstack --browsers=bs_firefox_mac
yarn run-browserstack --browsers=bs_chrome_mac
yarn run-browserstack --browsers=win_10_chrome
yarn run-browserstack --browsers=bs_android_9
yarn run-browserstack --browsers=bs_ios_11
else
yarn run-browserstack --browsers=bs_chrome_mac
Expand Down
1 change: 0 additions & 1 deletion tfjs-backend-webgl/scripts/test-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ if [ "$NIGHTLY" = true ]; then
yarn run-browserstack --browsers=bs_firefox_mac
yarn run-browserstack --browsers=bs_chrome_mac
yarn run-browserstack --browsers=win_10_chrome --testEnv webgl2
yarn run-browserstack --browsers=bs_android_9 --testEnv webgl2
yarn run-browserstack --browsers=bs_chrome_mac --testEnv webgl2 --flags '{"WEBGL_PACK": false}'
yarn run-browserstack --browsers=bs_chrome_mac --testEnv webgl2 --flags '{"WEBGL_CPU_FORWARD": true}'
else
Expand Down
1 change: 0 additions & 1 deletion tfjs-core/scripts/test-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ then
yarn run-browserstack --browsers=bs_firefox_mac --flags '{"HAS_WEBGL": false}' --testEnv cpu
yarn run-browserstack --browsers=bs_safari_mac --flags '{"HAS_WEBGL": false}' --testEnv cpu
yarn run-browserstack --browsers=bs_ios_11 --flags '{"HAS_WEBGL": false}' --testEnv cpu
yarn run-browserstack --browsers=bs_android_9 --flags '{"HAS_WEBGL": false}' --testEnv cpu


### The next section tests TF.js in a webworker using the CPU backend.
Expand Down