diff --git a/BTCPayServer.Tests/docker-entrypoint.sh b/BTCPayServer.Tests/docker-entrypoint.sh index 07c1f6366..ad63d1637 100755 --- a/BTCPayServer.Tests/docker-entrypoint.sh +++ b/BTCPayServer.Tests/docker-entrypoint.sh @@ -5,12 +5,3 @@ $FILTERS=" " if [[ "$TEST_FILTERS" ]]; then $FILTERS="--filter $TEST_FILTERS" 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