remove the network UI

This commit is contained in:
Ryan Petrello
2018-07-24 17:40:45 -04:00
parent 681d64c96f
commit 6f5259d017
208 changed files with 16 additions and 14091 deletions

View File

@@ -8,7 +8,7 @@ services:
image: gcr.io/ansible-tower-engineering/unit-test-runner:${GIT_BRANCH:-latest}
environment:
SWIG_FEATURES: "-cpperraswarn -includeall -I/usr/include/openssl"
TEST_DIRS: awx/main/tests/functional awx/main/tests/unit awx/conf/tests awx/sso/tests awx/network_ui/tests
TEST_DIRS: awx/main/tests/functional awx/main/tests/unit awx/conf/tests awx/sso/tests
command: ["make test_combined"]
volumes:
- ../../../:/awx_devel