Skip test on OSX until this can be further diagnosed

This commit is contained in:
Pranav K 2019-02-01 09:54:24 -08:00
parent 51ec523d9e
commit c1a756c575
1 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,7 @@ using System.Runtime.InteropServices;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Server.IntegrationTesting;
using Microsoft.AspNetCore.Testing;
using Microsoft.AspNetCore.Testing.xunit;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Logging.Testing;
using Xunit;
@ -25,7 +26,8 @@ namespace FunctionalTests
public ITestOutputHelper Output { get; }
[Fact]
[ConditionalFact]
[OSSkipCondition(OperatingSystems.MacOSX, SkipReason = "Disabling this test on OSX until we have a resolution for https://github.com/aspnet/AspNetCore-Internal/issues/1619")]
public async Task RunClientTests()
{
using (StartLog(out var loggerFactory))