Parcourir la source

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

JINMEI Tatuya il y a 12 ans
Parent
commit
041dbf514a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);