Skip to content
代码片段 群组 项目
未验证 提交 00d34c3b 编辑于 作者: Pranav K's avatar Pranav K 提交者: GitHub
浏览文件
上级 006f1b81
No related branches found
No related tags found
无相关合并请求
{
"version" : 1,
"defaultOnFailure": "fail",
"localRerunCount" : 3,
"retryOnRules": [
{"testName": {"contains": "AppOfflineDroppedWhileSiteStarting_SiteShutsDown_InProcess"}},
{"testName": {"contains": "CheckFrebDisconnect"}},
{"testName": {"contains": "CheckStdoutWithLargeWrites"}},
{"testName": {"contains": "ServerShutsDownWhenMainExitsStress" }},
{"testName": {"contains": "AddressRegistrationTests" }},
{"testName": {"contains": "MaxRequestBufferSizeTests.LargeUpload" }},
{"failureMessage": "network disconnected" }
],
"failOnRules": [
],
"quarantineRules": [
]
}
\ No newline at end of file
......@@ -5,6 +5,9 @@
<SignAssembly>false</SignAssembly>
<AssemblyName>Diagnostics.FunctionalTests</AssemblyName>
<TestDependsOnMssql>true</TestDependsOnMssql>
<!-- https://github.com/dotnet/aspnetcore/issues/38819 LocalDb sometimes hangs on win11 helix queue -->
<BuildHelixPayload>false</BuildHelixPayload>
</PropertyGroup>
<ItemGroup>
......
......@@ -73,7 +73,6 @@ namespace Microsoft.AspNetCore.HttpLogging
}
}
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/34284")]
[Fact]
public async Task RollsTextFiles()
{
......@@ -418,7 +417,7 @@ namespace Microsoft.AspNetCore.HttpLogging
// Continue
}
await Task.Delay(10);
}
}
}
private async Task WaitForRoll(string fileName)
......
......@@ -9,6 +9,9 @@
<BaseOutputPath />
<OutputPath />
<!-- https://github.com/dotnet/aspnetcore/issues/38818 -->
<BuildHelixPayload>false</BuildHelixPayload>
<!-- Properties that affect test runs -->
<!-- TestTemplateCreationFolder is the folder where the templates will be created. Will point out to $(OutputDir)$(TestTemplateCreationFolder) -->
<TestTemplateCreationFolder>TestTemplates\</TestTemplateCreationFolder>
......
......@@ -38,7 +38,6 @@ namespace Templates.Test
[InlineData("SingleOrg", null)]
[InlineData("SingleOrg", new string[] { "--called-api-url \"https://graph.microsoft.com\"", "--called-api-scopes user.readwrite" })]
[InlineData("SingleOrg", new string[] { "--calls-graph" })]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/30882")]
public Task BlazorServerTemplate_IdentityWeb_BuildAndPublish(string auth, string[] args)
=> CreateBuildPublishAsync("blazorserveridweb" + Guid.NewGuid().ToString().Substring(0, 10).ToLowerInvariant(), auth, args);
......
......@@ -232,7 +232,6 @@ namespace Templates.Test
[ConditionalTheory]
[InlineData("SingleOrg", new string[] { "--calls-graph" })]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/31729")]
public Task RazorPagesTemplate_IdentityWeb_BuildsAndPublishes_WithSingleOrg(string auth, string[] args) => BuildAndPublishRazorPagesTemplate(auth: auth, args: args);
private async Task<Project> BuildAndPublishRazorPagesTemplate(string auth, string[] args)
......
......@@ -117,7 +117,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
}
[Theory]
[MemberData(nameof(LargeUploadData))]
[QuarantinedTest("This is inherently flaky and should never be unquarantined.")]
// This is inherently flaky and is relying on helix retry to pass consistently
public async Task LargeUpload(long? maxRequestBufferSize, bool connectionAdapter, bool expectPause)
{
// Parameters
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册