We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1edc08f commit 37fa61bCopy full SHA for 37fa61b
receiver/sqlqueryreceiver/integration_test.go
@@ -178,8 +178,8 @@ var (
178
SQLParameter: func(_ int) string {
179
return "?"
180
},
181
- CheckCompatibility: func(t *testing.T) {
182
- t.Skip("Skipping the test until https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/27577 is fixed")
+ CheckCompatibility: func(_ *testing.T) {
+ // t.Skip("Skipping the test until https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/27577 is fixed")
183
184
ConnectionString: func(host string, externalPort nat.Port) string {
185
return fmt.Sprintf("tds://otel:otel1234@%s:%s/otel", host, externalPort.Port())
0 commit comments