Skip to content

Commit

Permalink
lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
hughesjj committed Mar 21, 2024
1 parent bbf7e75 commit 5627fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/aerospikereceiver/integration_test.go
Expand Up @@ -27,7 +27,7 @@ import (
var aerospikePort = "3000"

func TestIntegration(t *testing.T) {
t.Skip("Container image results in error '/entrypoint.sh: line 35: FEATURE_KEY_FILE: unbound variable'")
t.Skip("Container image results in error '/entrypoint.sh: line 35: FEATURE_KEY_FILE: unbound variable'")
t.Run("6.2", integrationTest(func(*Config) {}))
t.Run("6.2-cluster", integrationTest(func(cfg *Config) {
cfg.CollectClusterMetrics = true
Expand Down

0 comments on commit 5627fc6

Please sign in to comment.