diff --git a/build/BuildDefaults.props b/build/BuildDefaults.props
index e1c354c67..757d6ec36 100644
--- a/build/BuildDefaults.props
+++ b/build/BuildDefaults.props
@@ -6,10 +6,21 @@
false
true
- true
+ true
false
true
- true
+ true
true
diff --git a/test/EndToEnd/GivenSelfContainedAppsRollForward.cs b/test/EndToEnd/GivenSelfContainedAppsRollForward.cs
index 4bc4464bf..080197472 100644
--- a/test/EndToEnd/GivenSelfContainedAppsRollForward.cs
+++ b/test/EndToEnd/GivenSelfContainedAppsRollForward.cs
@@ -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))]