Disable link to Futon test suite
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/6fcb5738 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/6fcb5738 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/6fcb5738 Branch: refs/heads/1.3.x Commit: 6fcb57381d5ffb669b132ac601c32697377f98db Parents: f07230b Author: Noah Slater <[email protected]> Authored: Sun Mar 10 22:48:24 2013 +0000 Committer: Noah Slater <[email protected]> Committed: Sun Mar 10 22:52:55 2013 +0000 ---------------------------------------------------------------------- share/www/_sidebar.html | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/6fcb5738/share/www/_sidebar.html ---------------------------------------------------------------------- diff --git a/share/www/_sidebar.html b/share/www/_sidebar.html index 271e906..e68bf73 100644 --- a/share/www/_sidebar.html +++ b/share/www/_sidebar.html @@ -29,7 +29,8 @@ specific language governing permissions and limitations under the License. </ul></li> <li><span>Diagnostics</span><ul> <li><a href="verify_install.html">Verify Installation</a></li> - <li><a href="couch_tests.html?script/couch_tests.js">Test Suite</a></li> + <!-- These tests are run during installation, so this link is disabled by default. --> + <!-- <li><a href="couch_tests.html?script/couch_tests.js">Test Suite</a></li> --> </ul></li> <li><span>Recent Databases</span> <ul id="dbs"></ul>
