From: JINMEI Tatuya Date: Wed, 18 Jan 2012 18:11:24 +0000 (-0800) Subject: [master] disabled IfaceMgrTest::detectIfaces_linux. It continuously fails X-Git-Tag: trac2351_base~283 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe3d37670b71b33c7f146fce15ba22b09a0dedb4;p=thirdparty%2Fkea.git [master] disabled IfaceMgrTest::detectIfaces_linux. It continuously fails and is not expected to be fixed at least until early next week. it's not good to keep receiving failure reports from a buildbot when it's not expected to be fixed immediately, so I'm disabling it. okayed on jabber. --- diff --git a/src/lib/dhcp/tests/iface_mgr_unittest.cc b/src/lib/dhcp/tests/iface_mgr_unittest.cc index 9991e54f79..5d666b361c 100644 --- a/src/lib/dhcp/tests/iface_mgr_unittest.cc +++ b/src/lib/dhcp/tests/iface_mgr_unittest.cc @@ -770,7 +770,8 @@ void parse_ifconfig(const std::string& textFile, IfaceMgr::IfaceCollection& ifac // Things that are not tested: // - ifindex (ifconfig does not print it out) // - address scopes and lifetimes (we don't need it, so it is not implemented in IfaceMgr) -TEST_F(IfaceMgrTest, detectIfaces_linux) { +// TODO: temporarily disabled, see ticket #1529 +TEST_F(IfaceMgrTest, DISABLED_detectIfaces_linux) { NakedIfaceMgr* ifacemgr = new NakedIfaceMgr(); IfaceMgr::IfaceCollection& detectedIfaces = ifacemgr->getIfacesLst();