Browse Source

[2499] Disable ZoneLoaderTest.copyCheck for now

prepareSource() (which loads a source zone) does not contain a correct
implementation for this test.
Mukund Sivaraman 12 years ago
parent
commit
671b6ae757
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/datasrc/tests/zone_loader_unittest.cc

+ 2 - 1
src/lib/datasrc/tests/zone_loader_unittest.cc

@@ -462,7 +462,8 @@ TEST_F(ZoneLoaderTest, loadCheck) {
 }
 }
 
 
 // The same test, but for copying from other data source
 // The same test, but for copying from other data source
-TEST_F(ZoneLoaderTest, copyCheck) {
+// Disabled by #2499. See the comment in prepareSource().
+TEST_F(ZoneLoaderTest, DISABLED_copyCheck) {
     prepareSource(Name("example.org"), "novalidate.zone");
     prepareSource(Name("example.org"), "novalidate.zone");
     ZoneLoader loader(destination_client_, Name("example.org"),
     ZoneLoader loader(destination_client_, Name("example.org"),
                       source_client_);
                       source_client_);