func createRemoteImageServiceWithTracerProvider(endpoint string, tp oteltrace.TracerProvider, t *testing.T) internalapi.ImageManagerService { … } func createRemoteImageServiceWithoutTracerProvider(endpoint string, t *testing.T) internalapi.ImageManagerService { … } func TestImageServiceSpansWithTP(t *testing.T) { … } func TestImageServiceSpansWithoutTP(t *testing.T) { … }