]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Temporarily disable two tests
authorJelte Jansen <jelte@isc.org>
Mon, 26 Nov 2012 13:49:26 +0000 (14:49 +0100)
committerJelte Jansen <jelte@isc.org>
Mon, 26 Nov 2012 13:49:26 +0000 (14:49 +0100)
These make distcheck fail on a number of systems (they have built-in disabling code for a number of other systems). See ticket #2479

tests/tools/perfdhcp/tests/test_control_unittest.cc

index 66f85fe8322cc5b555af30912d185b81078858bc..abe8282140e0d48d1fa6697e2f68b8a123828d1a 100644 (file)
@@ -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.