Skip to content

Commit

Permalink
Add build tag, fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dehaansa committed Dec 12, 2024
1 parent 89509d9 commit e05979a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions receiver/postgresqlreceiver/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 postgresqlreceiver

import (
Expand All @@ -21,8 +23,10 @@ import (

const postgresqlPort = "5432"

const pre17TestVersion = "13.18"
const post17TestVersion = "17.2"
const (
pre17TestVersion = "13.18"
post17TestVersion = "17.2"
)

func TestIntegration(t *testing.T) {
defer testutil.SetFeatureGateForTest(t, separateSchemaAttrGate, false)()
Expand Down

0 comments on commit e05979a

Please sign in to comment.