Skip to content

Commit

Permalink
revert ignored tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abhipsaMisra committed Apr 10, 2023
1 parent 5fcb7f7 commit 7b5c120
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions iothub/device/tests/Pipeline/RetryDelegatingHandlerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ public async Task RetryDelegatingHandler_SetRetryPolicyVerifyInternals_Succeeds(
retryPolicy.Counter.Should().Be(2);
}

[Ignore]
[TestMethod]
public async Task RetryDelegatingHandler_CloseAsync_CancelsPendingOpenAsync()
{
Expand Down Expand Up @@ -451,7 +450,6 @@ public async Task RetryDelegatingHandler_CloseAsync_CancelsPendingOpenAsync()
Times.Once);
}

[Ignore]
[TestMethod]
public async Task RetryDelegatingHandler_CloseAsync_CancelsPendingSendTelemetryAsync()
{
Expand Down Expand Up @@ -571,7 +569,6 @@ public async Task RetryDelegatingHandler_OpenAsyncAfterDispose_Throws()
await open.Should().ThrowAsync<ObjectDisposedException>().ConfigureAwait(false);
}

[Ignore]
[TestMethod]
public async Task RetryDelegatingHandler_SendTelemetryAsyncAfterDispose_Throws()
{
Expand Down

0 comments on commit 7b5c120

Please sign in to comment.