Skip to content

Commit

Permalink
Merge pull request #1481 from Microsoft/CLM/BuildBreakTokenRefresh
Browse files Browse the repository at this point in the history
Disable the "Live" token refresh tests
  • Loading branch information
johnataylor committed Mar 15, 2019
2 parents 198ba46 + 98e6da8 commit 106222a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Microsoft.Bot.Connector.Tests/GetTokenRefreshTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using Xunit;
using Microsoft.Bot.Connector.Authentication;

namespace Microsoft.Bot.Builder.Tests
namespace Microsoft.Bot.Connector.Tests
{
/// <summary>
/// Summary description for UnitTest1
Expand All @@ -17,7 +17,7 @@ public GetTokenRefreshTests()
{
}

[Fact]
//[Fact]
public async Task TokenTests_GetCredentialsWorks()
{
MicrosoftAppCredentials credentials = new MicrosoftAppCredentials("645cd89f-a83e-4af9-abb5-a454e917cbc4", "jvoMWRBA67:zjgePZ359_-_");
Expand All @@ -26,7 +26,7 @@ public async Task TokenTests_GetCredentialsWorks()
}


[Fact]
//[Fact]
public async Task TokenTests_RefreshTokenWorks()
{
MicrosoftAppCredentials credentials = new MicrosoftAppCredentials("12604f0f-bc92-4318-a6dd-aed704445ba4", "H_k}}7b75BEl+KY1");
Expand All @@ -39,7 +39,7 @@ public async Task TokenTests_RefreshTokenWorks()
Assert.NotEqual(result2, result3);
}

[Fact]
//[Fact]
public async Task TokenTests_RefreshTestLoad()
{
MicrosoftAppCredentials credentials = new MicrosoftAppCredentials("12604f0f-bc92-4318-a6dd-aed704445ba4", "H_k}}7b75BEl+KY1");
Expand Down

0 comments on commit 106222a

Please sign in to comment.