--- test/select2.test +++ test/select2.test 2006/04/11 15:09:32 @@ -89,11 +89,16 @@ list } {} puts "time without cache: $t2" -ifcapable tclvar { - do_test select2-2.0.3 { - expr {[lindex $t1 0]<[lindex $t2 0]} - } 1 -} + +## +## wall clock comparisons are futile in a heavily loaded multiuser system +## as found on a typical autobuild-host. Don't do that test here. +## +# ifcapable tclvar { +# do_test select2-2.0.3 { +# expr {[lindex $t1 0]<[lindex $t2 0]} +# } 1 +# } do_test select2-2.1 { execsql {SELECT count(*) FROM tbl2}