Skip test on OSX until this can be further diagnosed
This commit is contained in:
parent
51ec523d9e
commit
c1a756c575
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in New Issue