Browse Source

[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.

JINMEI Tatuya 13 years ago
parent
commit
fe3d37670b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/dhcp/tests/iface_mgr_unittest.cc

+ 2 - 1
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();