Merge pull request #9227 from dotnet/merges/release/2.1.3xx-to-release/2.1.4xx

Merge release/2.1.3xx to release/2.1.4xx
This commit is contained in:
John Beisner 2018-05-09 14:06:02 -07:00 committed by GitHub
commit da7da0b018
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 15 deletions

View file

@ -16,7 +16,7 @@ namespace EndToEnd
public class GivenSelfContainedAppsRollForward : TestBase
{
[Theory]
[Theory(Skip = "Runtime 1.1 support for openSUSE and Fedora 27 needed")]
// MemberData is used instead of InlineData here so we can access it in another test to
// verify that we are covering the latest release of .NET Core
[MemberData(nameof(SupportedNetCoreAppVersions))]