Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam0Brien committed Nov 26, 2024
1 parent b7e2789 commit 5b9a483
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-e2e
Original file line number Diff line number Diff line change
Expand Up @@ -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'"]
4 changes: 2 additions & 2 deletions deploy/kind/e2e/e2e-batch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5b9a483

Please sign in to comment.