diff --git a/eng/test-configuration.json b/eng/test-configuration.json index ae0eae533528..2cbc1ca394c1 100644 --- a/eng/test-configuration.json +++ b/eng/test-configuration.json @@ -14,6 +14,7 @@ {"testName": {"contains": "ComponentDisposeMethodThrowsExceptionTerminatesTheCircuit"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/57551 {"testName": {"contains": "PhoneFactorFailsAfterSecurityStampChangeTest"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/58231 {"testName": {"contains": "AbortSendsFinalGOAWAY"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/59358 + {"testName": {"contains": "TargetingPackContainsListedAssemblies"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/62389 {"testAssembly": {"contains": "IIS"}}, {"testAssembly": {"contains": "Template"}}, {"failureMessage": {"contains":"(Site is started but no worker process found)"}},