Skip broken tests
This commit is contained in:
parent
37976e5c20
commit
2a64c1953d
|
|
@ -17,16 +17,16 @@ namespace ApplicationInsightsJavaScriptSnippetTest
|
|||
{
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[Fact(Skip="https://github.com/aspnet/AzureIntegration/issues/171")]
|
||||
public Task ScriptIsInjected_ForNetCoreApp20_Standalone() => JavaScriptSnippetInjectionTestSuite("netcoreapp2.0", ApplicationType.Standalone);
|
||||
|
||||
[Fact]
|
||||
[Fact(Skip="https://github.com/aspnet/AzureIntegration/issues/171")]
|
||||
public Task ScriptIsInjected_ForNetCoreApp20_Portable() => JavaScriptSnippetInjectionTestSuite("netcoreapp2.0", ApplicationType.Portable);
|
||||
|
||||
[Fact]
|
||||
[Fact(Skip="https://github.com/aspnet/AzureIntegration/issues/171")]
|
||||
public Task ScriptIsInjected_ForNetCoreApp21_Standalone() => JavaScriptSnippetInjectionTestSuite("netcoreapp2.1", ApplicationType.Standalone);
|
||||
|
||||
[Fact]
|
||||
[Fact(Skip="https://github.com/aspnet/AzureIntegration/issues/171")]
|
||||
public Task ScriptIsInjected_ForNetCoreApp21_Portable() => JavaScriptSnippetInjectionTestSuite("netcoreapp2.1", ApplicationType.Portable);
|
||||
|
||||
private async Task JavaScriptSnippetInjectionTestSuite(string targetFramework, ApplicationType applicationType)
|
||||
|
|
|
|||
Loading…
Reference in New Issue