Disable framework exception on back compat tests (#8460)
This commit is contained in:
parent
899fc117c6
commit
16cd69f164
|
|
@ -25,6 +25,7 @@ namespace IIS.FunctionalTests.Inprocess
|
||||||
}
|
}
|
||||||
|
|
||||||
[ConditionalFact]
|
[ConditionalFact]
|
||||||
|
[RequiresNewShim]
|
||||||
public async Task FrameworkNotFoundExceptionLogged_Pipe()
|
public async Task FrameworkNotFoundExceptionLogged_Pipe()
|
||||||
{
|
{
|
||||||
var deploymentParameters = _fixture.GetBaseDeploymentParameters(_fixture.InProcessTestSite);
|
var deploymentParameters = _fixture.GetBaseDeploymentParameters(_fixture.InProcessTestSite);
|
||||||
|
|
@ -42,7 +43,8 @@ namespace IIS.FunctionalTests.Inprocess
|
||||||
"The specified framework 'Microsoft.NETCore.App', version '2.9.9' was not found.");
|
"The specified framework 'Microsoft.NETCore.App', version '2.9.9' was not found.");
|
||||||
}
|
}
|
||||||
|
|
||||||
[ConditionalFact(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/1814")]
|
[ConditionalFact]
|
||||||
|
[RequiresNewShim]
|
||||||
public async Task FrameworkNotFoundExceptionLogged_File()
|
public async Task FrameworkNotFoundExceptionLogged_File()
|
||||||
{
|
{
|
||||||
var deploymentParameters =
|
var deploymentParameters =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue