Skip to content

Commit

Permalink
remove safari browserstack acceptance test temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Yen Truong committed Sep 2, 2022
1 parent 9cab4e8 commit 1799128
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/run_browserstack_acceptance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ if [[ $GITHUB_REF_NAME == release/*
|| $GITHUB_REF_NAME == master
|| $GITHUB_REF_NAME == support/* ]]
then
npx testcafe "browserstack:ie@11.0,browserstack:safari" --config-file ./.github/testcafe.json -q
# npx testcafe "browserstack:ie@11.0,browserstack:safari" --config-file ./.github/testcafe.json -q
npx testcafe "browserstack:ie@11.0" --config-file ./.github/testcafe.json -q
else
npx testcafe -c 2 "browserstack:ie@11.0" --config-file ./.github/testcafe.json -q
fi

0 comments on commit 1799128

Please sign in to comment.