Disable framework exception on back compat tests (#8460)

This commit is contained in:
Justin Kotalik 2019-03-12 21:59:29 -07:00 committed by GitHub
parent 899fc117c6
commit 16cd69f164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -25,6 +25,7 @@ namespace IIS.FunctionalTests.Inprocess
}
[ConditionalFact]
[RequiresNewShim]
public async Task FrameworkNotFoundExceptionLogged_Pipe()
{
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.");
}
[ConditionalFact(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/1814")]
[ConditionalFact]
[RequiresNewShim]
public async Task FrameworkNotFoundExceptionLogged_File()
{
var deploymentParameters =