skip certain tests when running on ARM #5906
Labels
enhancement
New feature or request
needs-triage
New issues which have not been classified or triaged by a community member
pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol
Issues related to OpenTelemetry.Exporter.OpenTelemetryProtocol NuGet package
Package
OpenTelemetry.Exporter.OpenTelemetryProtocol
Is your feature request related to a problem?
I was experimenting with Windows on ARM and found one group of tests that fail.
This test fails when targeting net462, but pass when targeting either net8 or net9.
Blanch wrote a way to skip certain platforms in the contrib repo:
https://github.com/open-telemetry/opentelemetry-dotnet-contrib/blob/b8fe2cb419738f41c0855c25dbe77bb75de10a98/test/OpenTelemetry.Exporter.Geneva.Tests/UnixUserEventsDataTransportTests.cs#L55
I'm proposing that we consider something similar here:
What is the expected behavior?
N/A
Which alternative solutions or features have you considered?
N/A
Additional context
No response
The text was updated successfully, but these errors were encountered: