Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui: CI Experiments #7187

Closed
Next Next commit
ui: Turn off nspace testing
  • Loading branch information
John Cowen committed Jan 31, 2020
commit 9abc848bbcb687e8c7ef6d0fe24d93b1f88c2ba5
2 changes: 1 addition & 1 deletion ui-v2/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ module.exports = function(environment) {
case environment === 'test':
ENV = Object.assign({}, ENV, {
locationType: 'none',
CONSUL_NSPACES_TEST: true,
CONSUL_NSPACES_TEST: false,
CONSUL_ACLS_ENABLED: true,
'@hashicorp/ember-cli-api-double': {
'auto-import': false,
Expand Down