From ae5254c65e44b8034d42364ac9569a7bef038817 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Mon, 13 May 2019 18:14:31 +0900 Subject: [PATCH] disable selenium test for a while --- BTCPayServer.Tests/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer.Tests/docker-entrypoint.sh b/BTCPayServer.Tests/docker-entrypoint.sh index 8bb5b3300..41fd8a7e7 100755 --- a/BTCPayServer.Tests/docker-entrypoint.sh +++ b/BTCPayServer.Tests/docker-entrypoint.sh @@ -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