Fixing CI build breaks for new CI legs; CLI:release/2.1.3xx (#9202)
* Fedora 27, openSUSE 43.2, and Ubuntu 18.04 should not build native installer packages nor "IncludeSharedFrameworksForBackwardsCompatibilityTests" * Formatting... * Skip test: 'ItRollsForwardToTheLatestVersion'
This commit is contained in:
parent
e7ebf48578
commit
7373d4d309
2 changed files with 14 additions and 3 deletions
|
@ -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))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue