From 5b9a4839735d3ee525a6caeecc2f1b38838b8beb Mon Sep 17 00:00:00 2001 From: Adam0Brien Date: Tue, 26 Nov 2024 13:59:23 +0000 Subject: [PATCH] test --- Dockerfile-e2e | 2 +- deploy/kind/e2e/e2e-batch.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile-e2e b/Dockerfile-e2e index 33b901bc..b2c64a82 100644 --- a/Dockerfile-e2e +++ b/Dockerfile-e2e @@ -29,4 +29,4 @@ COPY --from=builder /workspace/e2e-inventory-tests /usr/local/bin/ USER 1001 ENV PATH="$PATH:/usr/local/bin" # Run the e2e tests -CMD ["./usr/local/bin/e2e-inventory-tests", "-test.v"] +CMD ["./usr/local/bin/e2e-inventory-tests", "-test.v", "-skip 'TestInventoryAPIGRPC_*|Test_ACMKafkaConsumer'"] diff --git a/deploy/kind/e2e/e2e-batch.yaml b/deploy/kind/e2e/e2e-batch.yaml index 45de208c..9a53a7b2 100644 --- a/deploy/kind/e2e/e2e-batch.yaml +++ b/deploy/kind/e2e/e2e-batch.yaml @@ -26,8 +26,8 @@ spec: env: - name: INV_HTTP_URL value: "kessel-inventory-service:8081" -# - name: KAFKA_BOOTSTRAP_SERVERS -# value: "my-cluster-kafka-0.my-cluster-kafka-brokers.default.svc:9092" # my-cluster-kafka-bootstrap.default.svc.cluster.local:9092 + - name: KAFKA_BOOTSTRAP_SERVERS + value: "my-cluster-kafka-bootstrap:9092" # my-cluster-kafka-bootstrap.default.svc.cluster.local:9092 command: ["/usr/local/bin/e2e-inventory-tests", "-test.v"] restartPolicy: Never