Skip to content
代码片段 群组 项目
未验证 提交 9a631282 编辑于 作者: Brennan's avatar Brennan 提交者: GitHub
浏览文件

Unquarantine + extra (#42410)

上级 5741d5e4
No related branches found
No related tags found
无相关合并请求
......@@ -8,6 +8,7 @@ namespace Microsoft.AspNetCore.Hosting.FunctionalTests;
public class LinkedApplicationTests : LoggedTest
{
[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore-internal/issues/4030")]
public async Task LinkedApplicationWorks()
{
......
......@@ -133,7 +133,6 @@ public class SystemTextJsonInputFormatterTest : JsonInputFormatterTestBase
[InlineData("{\"a\":{\"b\"}}", "$.a", "'}' is invalid after a property name. Expected a ':'. Path: $.a | LineNumber: 0 | BytePositionInLine: 9.")]
[InlineData("{\"age\":\"x\"}", "$.age", "The JSON value could not be converted to System.Decimal. Path: $.age | LineNumber: 0 | BytePositionInLine: 10.")]
[InlineData("{\"login\":1}", "$.login", "The JSON value could not be converted to Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatterTest+UserLogin. Path: $.login | LineNumber: 0 | BytePositionInLine: 10.")]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/40661")]
public async Task ReadAsync_WithAllowInputFormatterExceptionMessages_RegistersJsonInputExceptionsAsInputFormatterException(
string content,
string modelStateKey,
......
......@@ -837,7 +837,6 @@ public class Http2Tests : LoggedTest
}
[ConditionalFact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/29126")]
[MinimumOSVersion(OperatingSystems.Windows, VersionForReset)]
public async Task Reset_BeforeRequestBody_Resets()
{
......@@ -884,7 +883,6 @@ public class Http2Tests : LoggedTest
}
[ConditionalFact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/29126")]
[MinimumOSVersion(OperatingSystems.Windows, VersionForReset)]
public async Task Reset_DurringRequestBody_Resets()
{
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册