File tree 1 file changed +2
-2
lines changed
src/Azure/ApplicationInsights.HostingStartup/test/UnitTests
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public LoggingTest(ITestOutputHelper output) : base(output)
17
17
{
18
18
}
19
19
20
- [ Theory ( Skip = "https://github.com/aspnet/AspNetCore/issues/6549" ]
20
+ [ Theory ( Skip = "https://github.com/aspnet/AspNetCore/issues/6549" ) ]
21
21
[ InlineData ( ApplicationType . Portable ) ]
22
22
[ InlineData ( ApplicationType . Standalone ) ]
23
23
public async Task DefaultAILogFiltersApplied ( ApplicationType applicationType )
@@ -53,7 +53,7 @@ public async Task DefaultAILogFiltersApplied(ApplicationType applicationType)
53
53
Assert . Contains ( "Specific trace log" , responseText ) ;
54
54
}
55
55
56
- [ Theory ( Skip = "https://github.com/aspnet/AspNetCore/issues/6549" ]
56
+ [ Theory ( Skip = "https://github.com/aspnet/AspNetCore/issues/6549" ) ]
57
57
[ InlineData ( ApplicationType . Portable ) ]
58
58
[ InlineData ( ApplicationType . Standalone ) ]
59
59
public async Task CustomAILogFiltersApplied ( ApplicationType applicationType )
You can’t perform that action at this time.
0 commit comments