Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Re-enable some Http Diagnostic tracing tests #37286

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/System.Net.Http/tests/FunctionalTests/DiagnosticsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ public void SendAsync_ExpectedDiagnosticSourceNoLogging()
}, UseSocketsHttpHandler.ToString()).Dispose();
}

[ActiveIssue(23771, TestPlatforms.AnyUnix)]
[OuterLoop("Uses external server")]
[Theory]
[InlineData(false)]
Expand Down Expand Up @@ -274,7 +273,6 @@ public void SendAsync_ExpectedDiagnosticExceptionLogging()
}, UseSocketsHttpHandler.ToString()).Dispose();
}

[ActiveIssue(23209)]
[OuterLoop("Uses external server")]
[Fact]
public void SendAsync_ExpectedDiagnosticCancelledLogging()
Expand Down Expand Up @@ -994,7 +992,6 @@ public void SendAsync_ExpectedDiagnosticStopOnlyActivityLogging()
}, UseSocketsHttpHandler.ToString()).Dispose();
}

[ActiveIssue(23209)]
[OuterLoop("Uses external server")]
[Fact]
public void SendAsync_ExpectedDiagnosticCancelledActivityLogging()
Expand Down