diff --git a/tests/cv/src/apyrsegmentation.cpp b/tests/cv/src/apyrsegmentation.cpp index 331b45a13a..977921d005 100644 --- a/tests/cv/src/apyrsegmentation.cpp +++ b/tests/cv/src/apyrsegmentation.cpp @@ -194,6 +194,6 @@ _exit_: ts->set_failed_test_info( code ); } -CV_PyrSegmentationTest pyr_segmentation_test; +//CV_PyrSegmentationTest pyr_segmentation_test; /* End of file. */ diff --git a/tests/cxcore/src/amath.cpp b/tests/cxcore/src/amath.cpp index a85c982b2c..2bc862cafd 100644 --- a/tests/cxcore/src/amath.cpp +++ b/tests/cxcore/src/amath.cpp @@ -2618,7 +2618,7 @@ void CxCore_InvertTest::prepare_to_validation( int ) cvTsSetIdentity( &test_mat[REF_OUTPUT][0], cvScalarAll(1.) ); } -CxCore_InvertTest invert_test; +//CxCore_InvertTest invert_test; ///////////////// solve /////////////////////