Fix syntax error
This commit is contained in:
parent
6ccc40e146
commit
3e9a3d2d95
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ namespace Microsoft.DotNet.Tests.EndToEnd
|
||||||
{
|
{
|
||||||
case "centos":
|
case "centos":
|
||||||
case "rhel":
|
case "rhel":
|
||||||
case "fedora"
|
case "fedora":
|
||||||
Console.WriteLine("Skipping native compilation tests on Fedora/CentOS/RHEL - https://github.com/dotnet/cli/issues/453");
|
Console.WriteLine("Skipping native compilation tests on Fedora/CentOS/RHEL - https://github.com/dotnet/cli/issues/453");
|
||||||
isSupported = false;
|
isSupported = false;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue