From 27c0250550a0e0601578facef8952a5c01af2e08 Mon Sep 17 00:00:00 2001 From: Kiran Challa Date: Thu, 21 Apr 2016 15:28:32 -0700 Subject: [PATCH] React to Hosting changes --- test/ServerComparison.FunctionalTests/HelloWorldTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ServerComparison.FunctionalTests/HelloWorldTest.cs b/test/ServerComparison.FunctionalTests/HelloWorldTest.cs index ef8c2bb812..b3f07a085c 100644 --- a/test/ServerComparison.FunctionalTests/HelloWorldTest.cs +++ b/test/ServerComparison.FunctionalTests/HelloWorldTest.cs @@ -47,7 +47,7 @@ namespace ServerComparison.FunctionalTests } [ConditionalTheory] - [SkipIfIISVariationsNotEnabled] + [SkipIfEnvironmentVariableNotEnabled("IIS_VARIATIONS_ENABLED")] [OSSkipCondition(OperatingSystems.Linux)] [OSSkipCondition(OperatingSystems.MacOSX)] [SkipIfCurrentRuntimeIsCoreClr]