Skip to content

Commit

Permalink
Disable locality LB tests (#13305)
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn authored and istio-testing committed Apr 16, 2019
1 parent 770ddce commit 6b2efef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/tests.mk
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ test.integration.%:
JUNIT_UNIT_TEST_XML ?= $(ISTIO_OUT)/junit_unit-tests.xml
JUNIT_REPORT = $(shell which go-junit-report 2> /dev/null || echo "${ISTIO_BIN}/go-junit-report")

# TODO: Exclude examples and qualification since they are very flaky.
TEST_PACKAGES = $(shell go list ./tests/integration/... | grep -v /qualification | grep -v /examples)
# TODO: Exclude locality, examples and qualification since they are very flaky.
TEST_PACKAGES = $(shell go list ./tests/integration/... | grep -v /qualification | grep -v /examples | grep -v /locality)

# All integration tests targeting local environment.
.PHONY: test.integration.local
Expand Down

0 comments on commit 6b2efef

Please sign in to comment.