Skip to content

Commit e77ea91

Browse files
committed
revert debug test
1 parent 053bf80 commit e77ea91

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

test/TestableHttpClient.Tests/Utils/HttpRequestMessageFormatterTests.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,6 @@ private static string FetchTestData(string filename, [CallerFilePath] string cal
1616
return File.ReadAllText(filePath);
1717
}
1818

19-
[Fact]
20-
public void HttpRequestMessage_Debug_Test()
21-
{
22-
TestContext.Current.TestOutputHelper!.WriteLine(RuntimeInformation.FrameworkDescription);
23-
TestContext.Current.TestOutputHelper.WriteLine($"OS: {RuntimeInformation.OSDescription}");
24-
TestContext.Current.TestOutputHelper.WriteLine($"CLR/Environment version: {Environment.Version}");
25-
TestContext.Current.TestOutputHelper.WriteLine($"Assembly: {typeof(HttpRequestMessage).Assembly.Location}");
26-
using HttpRequestMessage request = new(HttpMethod.Get, "https://example.com");
27-
TestContext.Current.TestOutputHelper.WriteLine($"Default version: {request.Version}");
28-
Assert.Fail();
29-
}
30-
3119
[Fact]
3220
public void Format_NullRequest_CreatesExpectedString()
3321
{

0 commit comments

Comments
 (0)