Skip to content

Commit

Permalink
Remove --enterprise_features flag from e2e tests. (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmai authored Aug 30, 2019
1 parent 2db5be6 commit 7b012bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions client/src/e2etests/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ services:
- 8080:8080
- 9080:9080
restart: on-failure
command: dgraph alpha --my=server:8080 --lru_mb=2048 --zero=zero:5080 --enterprise_features --acl_secret_file=/secrets/acl-secret.txt

command: dgraph alpha --my=server:8080 --lru_mb=2048 --zero=zero:5080 --acl_secret_file=/secrets/acl-secret.txt
volumes:
dgraph:
2 changes: 1 addition & 1 deletion client/src/e2etests/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- 8080:8080
- 9080:9080
restart: on-failure
command: dgraph alpha --my=server:8080 --lru_mb=2048 --zero=zero:5080 --enterprise_features --acl_secret_file=/secrets/acl-secret.txt
command: dgraph alpha --my=server:8080 --lru_mb=2048 --zero=zero:5080 --acl_secret_file=/secrets/acl-secret.txt

volumes:
dgraph:

0 comments on commit 7b012bc

Please sign in to comment.