Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove warning about non-serializable test data (#6102)
## Summary of changes Removes warnings about non-serializable test data ``` Datadog.Trace.Tests: Non-serializable data ('System.Object[]') found for 'Datadog.Trace.Tests.Tagging.ActivityTagsTests.Tags_ShouldBe_PlacedInMetricsOrMeta'; falling back to single test case. ``` ## Reason for change Warnings about `Non-serializable data ('System.Object[]')`. ## Implementation details Ignored them by setting `DisableDiscoveryEnumeration = true` on `MemberData`. ## Test coverage Ran tests locally, warning gone. ## Other details Maybe I could've changed them to have serializable test data 🤷 <!-- Fixes #{issue} --> <!--⚠️ Note: where possible, please obtain 2 approvals prior to merging. Unless CODEOWNERS specifies otherwise, for external teams it is typically best to have one review from a team member, and one review from apm-dotnet. Trivial changes do not require 2 reviews. -->
- Loading branch information