We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 392643f commit cec972dCopy full SHA for cec972d
1 file changed
bigquery/trace_test.go
@@ -58,7 +58,7 @@ func TestSetDatasetTraceMetadata(t *testing.T) {
58
}
59
60
func TestTracingTelemetryAttributes(t *testing.T) {
61
- t.Skip("Skipping flaky test: https://github.com/googleapis/google-cloud-go/issues/14205")
+ t.Skip("Skipping flaky test pending auth module release: https://github.com/googleapis/google-cloud-go/issues/14205")
62
os.Setenv("GOOGLE_SDK_GO_EXPERIMENTAL_TRACING", "true")
63
defer os.Unsetenv("GOOGLE_SDK_GO_EXPERIMENTAL_TRACING")
64
gax.TestOnlyResetIsFeatureEnabled()
0 commit comments