Index: openacs-4/packages/acs-api-browser/tcl/test/acs-api-browser-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/tcl/test/acs-api-browser-procs.tcl,v diff -u -r1.4.2.18 -r1.4.2.19 --- openacs-4/packages/acs-api-browser/tcl/test/acs-api-browser-procs.tcl 24 Jul 2020 11:46:01 -0000 1.4.2.18 +++ openacs-4/packages/acs-api-browser/tcl/test/acs-api-browser-procs.tcl 14 Aug 2020 12:32:30 -0000 1.4.2.19 @@ -107,7 +107,7 @@ } aa_register_case \ - -cats { api smoke } \ + -cats { api smoke production_safe } \ -procs { api_describe_function } \ @@ -153,7 +153,7 @@ } aa_register_case \ - -cats { api smoke } \ + -cats { api smoke production_safe } \ -procs { api_proc_documentation } \ @@ -192,7 +192,7 @@ } aa_register_case \ - -cats { api smoke } \ + -cats { api smoke production_safe } \ -procs { api_proc_pretty_name api_proc_url @@ -280,7 +280,7 @@ } aa_register_case \ - -cats { api smoke } \ + -cats { api smoke production_safe } \ -procs { apidoc::format_author } \ @@ -303,7 +303,7 @@ } aa_register_case \ - -cats { api smoke } \ + -cats { api smoke production_safe } \ -procs { apidoc::format_see } \ @@ -332,7 +332,7 @@ } aa_register_case \ - -cats { api smoke } \ + -cats { api smoke production_safe } \ -procs { apidoc::tclcode_to_html } \