From e48f94f7e9349ed612c65d930e25235382a9a8d6 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Thu, 24 Jan 2019 08:38:31 +0100 Subject: [PATCH] [313-return-a-list-of-all-reservations-by-subnet-id] Disabled Cassandra getPageX tests --- src/lib/dhcpsrv/tests/host_mgr_unittest.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/lib/dhcpsrv/tests/host_mgr_unittest.cc b/src/lib/dhcpsrv/tests/host_mgr_unittest.cc index 6211e172cd..45091377c2 100644 --- a/src/lib/dhcpsrv/tests/host_mgr_unittest.cc +++ b/src/lib/dhcpsrv/tests/host_mgr_unittest.cc @@ -1261,14 +1261,16 @@ TEST_F(CQLHostMgrTest, getAll6BySubnet) { // This test verifies that reservations for a particular subnet can // be retrieved by pages from the configuration file and a database // simultaneously. -TEST_F(CQLHostMgrTest, getPage4) { +//// Paging is not supported by Cassandra. +TEST_F(CQLHostMgrTest, DISABLED_getPage4) { testGetPage4(true); } // This test verifies that reservations for a particular subnet can // be retrieved by pages from the configuration file and a database // simultaneously. -TEST_F(CQLHostMgrTest, getPage6) { +//// Paging is not supported by Cassandra. +TEST_F(CQLHostMgrTest, DISABLED_getPage6) { testGetPage6(true); } -- 2.47.2