Skip to content

Commit

Permalink
Skip ApplicationInsightsLoggingTest.ScriptInjected (#42)
Browse files Browse the repository at this point in the history
- Required to unblock Preview1 build
- Suspected fix is to react to aspnet/Hosting@3936bf6
- Unskip: aspnet/AzureIntegration#41
  • Loading branch information
mikeharder authored May 2, 2017
1 parent 767e373 commit a4510bd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Server.IntegrationTesting;
using Microsoft.AspNetCore.Testing.xunit;
using Microsoft.Extensions.Logging;
using Xunit;
using Xunit.Abstractions;
Expand All @@ -18,7 +19,7 @@ public ApplicationInsightsLoggingTest(ITestOutputHelper output) : base(output)
{
}

[Theory]
[ConditionalTheory(Skip = "https://github.com/aspnet/AzureIntegration/issues/41")]
[InlineData(ApplicationType.Portable)]
[InlineData(ApplicationType.Standalone)]
public async Task ScriptInjected(ApplicationType applicationType)
Expand Down

0 comments on commit a4510bd

Please sign in to comment.