diff --git a/acceptanceTests/extensions_test.go b/acceptanceTests/extensions_test.go index a68b477c7..4bf26baf9 100644 --- a/acceptanceTests/extensions_test.go +++ b/acceptanceTests/extensions_test.go @@ -3,11 +3,12 @@ package acceptanceTests import ( "context" "fmt" - "github.com/go-redis/redis/v8" - amqp "github.com/rabbitmq/amqp091-go" "os/exec" "testing" "time" + + "github.com/go-redis/redis/v8" + amqp "github.com/rabbitmq/amqp091-go" ) func TestRedis(t *testing.T) { @@ -109,9 +110,6 @@ func TestRedis(t *testing.T) { } func TestAmqp(t *testing.T) { - - t.Skip("ignoredd for now because those tests are not stable") - if testing.Short() { t.Skip("ignored acceptance test") }