From: Tomek Mrugalski Date: Wed, 12 Dec 2012 19:03:47 +0000 (+0100) Subject: [master] Dhcp4Parser.testUint32Parser temporarily disabled X-Git-Tag: bind10-1.0.0-beta-release~29^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=286787bed2ffcf6ea6ff2da240edc9f78ef0660d;p=thirdparty%2Fkea.git [master] Dhcp4Parser.testUint32Parser temporarily disabled --- diff --git a/src/bin/dhcp4/tests/config_parser_unittest.cc b/src/bin/dhcp4/tests/config_parser_unittest.cc index 22307df664..a4ccabd39a 100644 --- a/src/bin/dhcp4/tests/config_parser_unittest.cc +++ b/src/bin/dhcp4/tests/config_parser_unittest.cc @@ -252,7 +252,7 @@ TEST_F(Dhcp4ParserTest, poolPrefixLen) { /// and properly err of out of range values. As we can't call Uint32Parser /// directly, we are exploiting the fact that it is used to parse global /// parameter renew-timer and the results are stored in uint32_defaults. -TEST_F(Dhcp4ParserTest, Uint32Parser) { +TEST_F(Dhcp4ParserTest, DISABLED_Uint32Parser) { ConstElementPtr status;