disable selenium test for a while

This commit is contained in:
nicolas.dorier 2019-05-13 18:14:31 +09:00
parent 9d53888524
commit ae5254c65e
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

@ -2,7 +2,7 @@
set -e
dotnet test --filter Fast=Fast --no-build
dotnet test --filter Selenium=Selenium --no-build -v n
# dotnet test --filter Selenium=Selenium --no-build -v n
dotnet test --filter Integration=Integration --no-build -v n
if [[ "$TESTS_RUN_EXTERNAL_INTEGRATION" == "true" ]]; then
dotnet test --filter ExternalIntegration=ExternalIntegration --no-build -v n