From: Jelte Jansen Date: Mon, 26 Nov 2012 13:49:26 +0000 (+0100) Subject: [master] Temporarily disable two tests X-Git-Tag: bind10-1.0.0-beta-release~84^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d561219a0e93d046cdb63166fa775dc20c563d9e;p=thirdparty%2Fkea.git [master] Temporarily disable two tests These make distcheck fail on a number of systems (they have built-in disabling code for a number of other systems). See ticket #2479 --- diff --git a/tests/tools/perfdhcp/tests/test_control_unittest.cc b/tests/tools/perfdhcp/tests/test_control_unittest.cc index 66f85fe832..abe8282140 100644 --- a/tests/tools/perfdhcp/tests/test_control_unittest.cc +++ b/tests/tools/perfdhcp/tests/test_control_unittest.cc @@ -896,7 +896,7 @@ TEST_F(TestControlTest, Packet6) { } } -TEST_F(TestControlTest, Packet4Exchange) { +TEST_F(TestControlTest, DISABLED_Packet4Exchange) { // Get the local loopback interface to open socket on // it and test packets exchanges. We don't want to fail // the test if interface is not available. @@ -939,7 +939,7 @@ TEST_F(TestControlTest, Packet4Exchange) { EXPECT_EQ(12, iterations_performed); } -TEST_F(TestControlTest, Packet6Exchange) { +TEST_F(TestControlTest, DISABLED_Packet6Exchange) { // Get the local loopback interface to open socket on // it and test packets exchanges. We don't want to fail // the test if interface is not available.