Skip to content

Commit

Permalink
[sqlqueryreceiver] Fix accidental removal of integration test tag for…
Browse files Browse the repository at this point in the history
… sqlqueryreceiver tests (#36923)

#### Description
Accidentally committed this in
#36812
when I had removed it for some local testing.

#### Link to tracking issue
Fixes
#36917
  • Loading branch information
dehaansa authored Jan 6, 2025
1 parent 5e50ee8 commit 09b6d77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions receiver/sqlqueryreceiver/integration_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

//go:build integration

package sqlqueryreceiver

import (
Expand Down

0 comments on commit 09b6d77

Please sign in to comment.