[svn-r9790] Purpose:

Reduce run time of daily tests.


Description:

cache, the test program for the metadata cache has been taking a while
to execute.


Solution:

As a short term "fix", I have commented out all but one of the long
running test functions.  Of course that means that we aren't running
these tests at present.  I'm not sure that this is a good idea.


Platforms tested:

Serial on Heping.


Misc. update:
This commit is contained in:
John Mainzer 2005-01-10 12:41:36 -05:00
parent e5797d173b
commit 7092659dfa

View File

@ -14314,7 +14314,7 @@ int
main(void)
{
H5open();
#if 1
#if 0
smoke_check_1();
smoke_check_2();
smoke_check_3();