Skip to content

Commit 37fa61b

Browse files
committed
do not skip SapASE integration test
1 parent 1edc08f commit 37fa61b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

receiver/sqlqueryreceiver/integration_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ var (
178178
SQLParameter: func(_ int) string {
179179
return "?"
180180
},
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")
181+
CheckCompatibility: func(_ *testing.T) {
182+
// t.Skip("Skipping the test until https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/27577 is fixed")
183183
},
184184
ConnectionString: func(host string, externalPort nat.Port) string {
185185
return fmt.Sprintf("tds://otel:otel1234@%s:%s/otel", host, externalPort.Port())

0 commit comments

Comments
 (0)