Remove code

This commit is contained in:
nicolas.dorier 2019-06-03 15:32:46 +09:00
parent 39f75d3742
commit a3b914d8b4
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -5,12 +5,3 @@ $FILTERS=" "
if [[ "$TEST_FILTERS" ]]; then if [[ "$TEST_FILTERS" ]]; then
$FILTERS="--filter $TEST_FILTERS" $FILTERS="--filter $TEST_FILTERS"
fi fi
dotnet test $FILTERS --no-build -v n
dotnet test --filter ExternalIntegration=ExternalIntegration --no-build -v n
dotnet test --filter Fast=Fast --no-build
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
fi