Skip to content

Commit

Permalink
try a newer image
Browse files Browse the repository at this point in the history
  • Loading branch information
hughesjj committed Mar 21, 2024
1 parent 7e1b39a commit 419581c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions receiver/aerospikereceiver/integration_test.go
Expand Up @@ -27,7 +27,6 @@ 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.Run("6.2", integrationTest(func(*Config) {}))
t.Run("6.2-cluster", integrationTest(func(cfg *Config) {
cfg.CollectClusterMetrics = true
Expand All @@ -39,7 +38,7 @@ func integrationTest(cfgMod func(*Config)) func(*testing.T) {
NewFactory(),
scraperinttest.WithContainerRequest(
testcontainers.ContainerRequest{
Image: "aerospike:ce-6.2.0.2",
Image: "aerospike:ce-6.2.0.7_1",
ExposedPorts: []string{aerospikePort},
WaitingFor: waitStrategy{},
LifecycleHooks: []testcontainers.ContainerLifecycleHooks{{
Expand Down

0 comments on commit 419581c

Please sign in to comment.