Disable a new sdk test that requires testassets.props to exist

This commit is contained in:
Marc Paine 2023-06-13 10:22:23 -07:00 committed by GitHub
parent 48d635cf71
commit b967d7961f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,5 +61,9 @@
Skip="true"
Issue=""
Reason="Test doesn't work with newer RIDs"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_can_use_latest_with_unsupported_target_framework"
Skip="true"
Issue=""
Reason="Requires props file not in installer repo"/>
</SkippedTests>
</Tests>