You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As someone who is only doing work for the OpenTelemetry collector, it'd be great to be able to run the tests only against Otel. Currently, I comment out the rest of the runners to achieve this behavior easily but it'd be nice if I was able to configure the tests via an environment variable.
The text was updated successfully, but these errors were encountered:
Hi Jaana! I stuck something in the readme on how to do this:
$ go test -run "TestRemoteWrite/otelcollector/.+" -v ./
I agree though, I want to make this much easier / flag or env based and ditch running these as unit tests when it makes sense, so I'll leave this open.
As someone who is only doing work for the OpenTelemetry collector, it'd be great to be able to run the tests only against Otel. Currently, I comment out the rest of the runners to achieve this behavior easily but it'd be nice if I was able to configure the tests via an environment variable.
The text was updated successfully, but these errors were encountered: