]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] The two cassandra tests are now disabled for good.
authorTomek Mrugalski <tomasz@isc.org>
Fri, 29 Dec 2017 15:06:49 +0000 (16:06 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Fri, 29 Dec 2017 15:06:49 +0000 (16:06 +0100)
src/lib/dhcpsrv/tests/cql_lease_mgr_unittest.cc

index 67c3e693c9c726d95b533ad8f3389d40aea2f02f..9adbb2c055c1633f0781a8825978930dfc6142b4 100644 (file)
@@ -702,14 +702,14 @@ TEST_F(CqlLeaseMgrTest, deleteExpiredReclaimedLeases4) {
 // Verifies that IPv4 lease statistics can be recalculated.
 /// @todo: uncomment this once stats recalculation is implemented
 /// for Cassandra (see #5487)
-TEST_F(CqlLeaseMgrTest, DISABLE_recountLeaseStats4) {
+TEST_F(CqlLeaseMgrTest, DISABLED_recountLeaseStats4) {
     testRecountLeaseStats4();
 }
 
 // Verifies that IPv6 lease statistics can be recalculated.
 /// @todo: uncomment this once stats recalculation is implemented
 /// for Cassandra (see #5487)
-TEST_F(CqlLeaseMgrTest, DISABLE_recountLeaseStats6) {
+TEST_F(CqlLeaseMgrTest, DISABLED_recountLeaseStats6) {
     testRecountLeaseStats6();
 }