Cloak Non-OSS licensed Winforms test (#19218)

This commit is contained in:
Ella Hathaway 2024-03-27 12:39:18 -07:00 committed by GitHub
parent da0c529d98
commit 830e02f93c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 8 deletions

View file

@ -274,13 +274,6 @@ src/vstest/src/Microsoft.TestPlatform.Extensions.BlameDataCollector/ProcDumpArgs
src/vstest/src/package/Microsoft.CodeCoverage/ThirdPartyNoticesCodeCoverage.txt
src/vstest/src/package/Microsoft.VisualStudio.TestTools.TestPlatform.V2.CLI/License.rtf
#
# winforms
#
# ISSUE: Winforms repo bringing in a non-open source license (https://github.com/dotnet/source-build/issues/3772)
src/winforms/src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/LICENSE.txt
#
# wpf
#

View file

@ -186,7 +186,11 @@
},
{
"name": "winforms",
"defaultRemote": "https://github.com/dotnet/winforms"
"defaultRemote": "https://github.com/dotnet/winforms",
"exclude": [
// Non-OSS license - https://github.com/dotnet/source-build/issues/3772
"src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/**"
]
},
{
"name": "wpf",