From ef2830ac90b85de067d4285dc0ca0a3f3ebbc4df Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Thu, 30 May 2019 15:52:32 -0700 Subject: [PATCH] comment out the integration tests from the build script no bot token is provided to this script, and use of integration tests in CI is questionable here --- azure/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure/build.yml b/azure/build.yml index ef4db1f23..412e4a823 100644 --- a/azure/build.yml +++ b/azure/build.yml @@ -11,8 +11,8 @@ steps: - script: dotnet test "test/Discord.Net.Analyzers.Tests/Discord.Net.Analyzers.Tests.csproj" --no-restore --no-build -v minimal -c $(buildConfiguration) --logger trx displayName: Analyzer Tests -- script: dotnet test "test/Discord.Net.Tests.Integration/Discord.Net.Tests.Integration.csproj" --no-restore --no-build -v minimal -c $(buildConfiguration) --logger trx - condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/dev')) +# - script: dotnet test "test/Discord.Net.Tests.Integration/Discord.Net.Tests.Integration.csproj" --no-restore --no-build -v minimal -c $(buildConfiguration) --logger trx +# condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/dev')) - task: PublishTestResults@2 displayName: Publish test results