]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] disabled IfaceMgrTest::detectIfaces_linux. It continuously fails
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 18 Jan 2012 18:11:24 +0000 (10:11 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 18 Jan 2012 18:11:24 +0000 (10:11 -0800)
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.

src/lib/dhcp/tests/iface_mgr_unittest.cc

index 9991e54f794dad4f1df5c7fdb18f55ebc5d2a2de..5d666b361c437c654c8a68d1216f1e3b285a871b 100644 (file)
@@ -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();