@@ -17,7 +17,8 @@ namespace Microsoft.AspNet.IISPlatformHandler.FunctionalTests
17
17
public class HelloWorldTests
18
18
{
19
19
[ ConditionalTheory ]
20
- [ OSSkipCondition ( OperatingSystems . Linux | OperatingSystems . MacOSX ) ]
20
+ [ OSSkipCondition ( OperatingSystems . Linux ) ]
21
+ [ OSSkipCondition ( OperatingSystems . MacOSX ) ]
21
22
[ InlineData ( RuntimeFlavor . Clr , RuntimeArchitecture . x86 , "http://localhost:5061/" , ServerType . Kestrel ) ]
22
23
[ InlineData ( RuntimeFlavor . Clr , RuntimeArchitecture . x64 , "http://localhost:5062/" , ServerType . Kestrel ) ]
23
24
[ InlineData ( RuntimeFlavor . CoreClr , RuntimeArchitecture . x86 , "http://localhost:5063/" , ServerType . Kestrel ) ]
@@ -28,7 +29,8 @@ public Task HelloWorld_IISExpress(RuntimeFlavor runtimeFlavor, RuntimeArchitectu
28
29
}
29
30
30
31
[ ConditionalTheory ]
31
- [ OSSkipCondition ( OperatingSystems . Linux | OperatingSystems . MacOSX ) ]
32
+ [ OSSkipCondition ( OperatingSystems . Linux ) ]
33
+ [ OSSkipCondition ( OperatingSystems . MacOSX ) ]
32
34
[ InlineData ( RuntimeFlavor . Clr , RuntimeArchitecture . x86 , "http://localhost:5065/" , ServerType . Kestrel ) ]
33
35
[ InlineData ( RuntimeFlavor . Clr , RuntimeArchitecture . x64 , "http://localhost:5066/" , ServerType . Kestrel ) ]
34
36
[ InlineData ( RuntimeFlavor . CoreClr , RuntimeArchitecture . x86 , "http://localhost:5067/" , ServerType . Kestrel ) ]
@@ -40,7 +42,8 @@ public Task HelloWorld_IISExpress_NoSource(RuntimeFlavor runtimeFlavor, RuntimeA
40
42
41
43
[ ConditionalTheory ]
42
44
[ SkipIfIISVariationsNotEnabled ]
43
- [ OSSkipCondition ( OperatingSystems . MacOSX | OperatingSystems . Linux ) ]
45
+ [ OSSkipCondition ( OperatingSystems . Linux ) ]
46
+ [ OSSkipCondition ( OperatingSystems . MacOSX ) ]
44
47
[ SkipIfCurrentRuntimeIsCoreClr ]
45
48
[ InlineData ( RuntimeFlavor . Clr , RuntimeArchitecture . x64 , "http://localhost:5069/" , ServerType . Kestrel ) ]
46
49
[ InlineData ( RuntimeFlavor . CoreClr , RuntimeArchitecture . x86 , "http://localhost:5070/" , ServerType . Kestrel ) ]
0 commit comments