// Teardown checks for memory segment leaks
}
-TEST_F(MemoryClientTest, loadRRSIGFollowsNothing) {
+// Disable for now: we should actually allow this case.
+TEST_F(MemoryClientTest, DISABLED_loadRRSIGFollowsNothing) {
EXPECT_THROW(client_->load(Name("example.org"),
TEST_DATA_DIR
"/example.org-rrsig-follows-nothing.zone"),
// Teardown checks for memory segment leaks
}
-TEST_F(MemoryClientTest, loadRRSIGNameUnmatched) {
+// Disable for now: we should actually allow this case.
+TEST_F(MemoryClientTest, DISABLED_loadRRSIGNameUnmatched) {
EXPECT_THROW(client_->load(Name("example.org"),
TEST_DATA_DIR
"/example.org-rrsig-name-unmatched.zone"),
// Teardown checks for memory segment leaks
}
-TEST_F(MemoryClientTest, loadRRSIGTypeUnmatched) {
+// Disable for now: we should actually allow this case.
+TEST_F(MemoryClientTest, DISABLED_loadRRSIGTypeUnmatched) {
EXPECT_THROW(client_->load(Name("example.org"),
TEST_DATA_DIR
"/example.org-rrsig-type-unmatched.zone"),