Browse Source

[master] disabled mcast test. it's Linux centric and is not portable.

JINMEI Tatuya 13 years ago
parent
commit
c4949d3d2b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/bin/dhcp6/tests/iface_mgr_unittest.cc

+ 3 - 1
src/bin/dhcp6/tests/iface_mgr_unittest.cc

@@ -174,7 +174,9 @@ TEST_F(IfaceMgrTest, DISABLED_sockets) {
     delete ifacemgr;
 }
 
-TEST_F(IfaceMgrTest, socketsMcast) {
+// TODO: disabled due to other naming on various systems
+// (lo in Linux, lo0 in BSD systems)
+TEST_F(IfaceMgrTest, DISABLED_socketsMcast) {
     // testing socket operation in a portable way is tricky
     // without interface detection implemented