Skip to content

Commit

Permalink
address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Dec 6, 2023
1 parent 34e7158 commit 9a6a03a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ params IDiagnosticsSubscriber[] subscribers
subs.Add(new AspNetCoreDiagnosticSubscriber());

agent.Subscribe(subs.ToArray());
//return builder.UseMiddleware<ApmMiddleware>(agent.Tracer, agent);
return builder;
}

Expand Down
2 changes: 1 addition & 1 deletion test/Elastic.Apm.Tests.Utilities/XUnit/MemberData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static IEnumerable<object[]> TestWithDiagnosticSourceOnly()
yield return new object[] { false };
//
// Skip "DiagnosticSourceOnly" tests on .NET 7
// until is resolved.
// until https://github.com/dotnet/aspnetcore/issues/45233 is resolved.
//
if (Environment.Version.Major < 7)
yield return new object[] { true };
Expand Down

0 comments on commit 9a6a03a

Please sign in to comment.