Browse Source

Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

JINMEI Tatuya 12 years ago
parent
commit
041dbf514a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/tests/cfgmgr_unittest.cc

+ 1 - 1
src/lib/dhcp/tests/cfgmgr_unittest.cc

@@ -66,7 +66,7 @@ TEST(CfgMgrTest, subnet4) {
 
 // This test verifies if the configuration manager is able to hold and return
 // valid leases
-TEST(CfgMgrTest, subnet6) {
+TEST(CfgMgrTest, DISABLED_subnet6) {
     CfgMgr& cfg_mgr = CfgMgr::instance();
 
     ASSERT_TRUE(&cfg_mgr != 0);