Skip to content

Commit

Permalink
Revert "Remove broken HTTP E2E test"
Browse files Browse the repository at this point in the history
This reverts commit cf79ba3.
  • Loading branch information
fejta committed Apr 30, 2021
1 parent 73f62de commit 0e5a97f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,8 @@ main() {
trap fail EXIT
local failed=()
log ./examples/resolver/e2e-test.sh remote "$E2E_NAMESPACE" "$@" || failed+=(resolver)
# TODO: https://github.com/bazelbuild/rules_k8s/issues/642
# log ./examples/hellogrpc/e2e-test.sh remote "$E2E_NAMESPACE" "$@" || failed+=(hellogrpc)
# log ./examples/hellohttp/e2e-test.sh remote "$E2E_NAMESPACE" "$@" || failed+=(hellohttp)
log ./examples/hellogrpc/e2e-test.sh remote "$E2E_NAMESPACE" "$@" || failed+=(hellogrpc)
log ./examples/hellohttp/e2e-test.sh remote "$E2E_NAMESPACE" "$@" || failed+=(hellohttp)
if [[ "${#failed[@]}" -gt 0 ]]; then
echo "FAIL: test-e2e.sh: ${failed[@]}"
return 1
Expand Down

0 comments on commit 0e5a97f

Please sign in to comment.