apm-agent-dotnet
apm-agent-dotnet copied to clipboard
Revisit tests with [DisabledTestFact] attribute
The current test suite contains a couple (~10) tests, that are disabled mostly for being flaky in CI.
[DisabledTestFact("Flaky in CI")]
As disabled tests aren't of great value, we should revisit those and either make them run stable or delete them for good.