Skip to content

Commit

Permalink
Merge branch 'main' into southworks/add/runasync-error-handler
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-joelmut committed Nov 22, 2023
2 parents 93170a2 + ae0041a commit c85cc14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ public async Task CloudAdapterCreateConversation()
Assert.Equal(expectedChannelId, actualChannelId);
}

[Fact]
[Fact(Skip = "Expired token not working anymore, disabling it until fixed.")]
public async Task ExpiredTokenShouldThrowUnauthorizedAccessException()
{
// Arrange
Expand Down

0 comments on commit c85cc14

Please sign in to comment.