Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Clean up the setting of feature flags. #3271
Conversation
howbazaar
added some commits
Sep 14, 2015
|
$$fixes-1493887$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Sep 14, 2015
jujubot
merged commit 62b0114
into
juju:master
Sep 14, 2015
howbazaar
deleted the
howbazaar:fix-os-env-suite-windows
branch
Sep 14, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
howbazaar commentedSep 14, 2015
Windows tests were trying to set feature flags using the registry, which was causing contention on a single external resource. There is no reason to do this for testing purposes.
(Review request: http://reviews.vapour.ws/r/2651/)