Quarantined tests which were not running (skipped on Helix) (#23023)
This commit is contained in:
parent
580a6cce0f
commit
2434047663
|
|
@ -15,7 +15,7 @@ namespace Microsoft.AspNetCore.Components.WebAssembly.Build
|
|||
public class RuntimeDependenciesResolverTest
|
||||
{
|
||||
[Fact]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/10426")]
|
||||
[QuarantinedTest]
|
||||
public void FindsReferenceAssemblyGraph_ForStandaloneApp()
|
||||
{
|
||||
// Arrange
|
||||
|
|
|
|||
|
|
@ -198,7 +198,7 @@ namespace Microsoft.AspNetCore.Hosting
|
|||
}
|
||||
|
||||
[ConditionalFact]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/7291")]
|
||||
[QuarantinedTest]
|
||||
public async Task WebHostStopAsyncUsesDefaultTimeoutIfGivenTokenDoesNotFire()
|
||||
{
|
||||
var data = new Dictionary<string, string>
|
||||
|
|
@ -313,7 +313,7 @@ namespace Microsoft.AspNetCore.Hosting
|
|||
}
|
||||
|
||||
[ConditionalFact]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/7291")]
|
||||
[QuarantinedTest]
|
||||
public void WebHostApplicationLifetimeEventsOrderedCorrectlyDuringShutdown()
|
||||
{
|
||||
using (var host = CreateBuilder()
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ namespace Templates.Test
|
|||
}
|
||||
|
||||
[ConditionalTheory]
|
||||
[SkipOnHelix("missing files")]
|
||||
[QuarantinedTest]
|
||||
[InlineData("Web.ProjectTemplates")]
|
||||
[InlineData("Web.Spa.ProjectTemplates")]
|
||||
public void JSAndJSONInAllTemplates_ShouldNotContainBOM(string projectName)
|
||||
|
|
@ -64,7 +64,7 @@ namespace Templates.Test
|
|||
}
|
||||
|
||||
[ConditionalFact]
|
||||
[SkipOnHelix("missing files")]
|
||||
[QuarantinedTest]
|
||||
public void RazorFilesInWebProjects_ShouldContainBOM()
|
||||
{
|
||||
var projectName = "Web.ProjectTemplates";
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ namespace Microsoft.AspNetCore.Server.HttpSys.Listener
|
|||
}
|
||||
|
||||
[ConditionalFact]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/pull/20718#issuecomment-618758634")]
|
||||
[QuarantinedTest("https://github.com/dotnet/aspnetcore/pull/20718#issuecomment-618758634")]
|
||||
public void Server_RegisterUnavailablePrefix_ThrowsActionableHttpSysException()
|
||||
{
|
||||
var options = new HttpSysOptions();
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests.InProcess
|
|||
[SkipIfNotAdmin]
|
||||
[RequiresNewShim]
|
||||
[RequiresIIS(IISCapability.PoolEnvironmentVariables)]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore-internal/issues/2221")]
|
||||
[QuarantinedTest("https://github.com/dotnet/aspnetcore-internal/issues/2221")]
|
||||
public async Task StartsWithDotnetInstallLocation(RuntimeArchitecture runtimeArchitecture)
|
||||
{
|
||||
var deploymentParameters = Fixture.GetBaseDeploymentParameters();
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
|
|||
|
||||
[ConditionalFact]
|
||||
[HostNameIsReachable]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/7267")]
|
||||
[QuarantinedTest]
|
||||
public async Task RegisterAddresses_HostName_Success()
|
||||
{
|
||||
var hostName = Dns.GetHostName();
|
||||
|
|
@ -344,7 +344,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
|
|||
|
||||
[ConditionalFact]
|
||||
[HostNameIsReachable]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/7267")]
|
||||
[QuarantinedTest]
|
||||
public async Task ListenAnyIP_HostName_Success()
|
||||
{
|
||||
var hostName = Dns.GetHostName();
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.InMemory.FunctionalTests.Http2
|
|||
private static X509Certificate2 _x509Certificate2 = TestResources.GetTestCertificate();
|
||||
|
||||
[ConditionalFact]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/7000")]
|
||||
[QuarantinedTest]
|
||||
public async Task TlsHandshakeRejectsTlsLessThan12()
|
||||
{
|
||||
using (var server = new TestServer(context =>
|
||||
|
|
|
|||
Loading…
Reference in New Issue