diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-03-26 17:07:02 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-03-26 17:07:02 +0100 |
commit | 15c21c9397cefba484eab64df352019ec4858441 (patch) | |
tree | d9dc85d5f5da5fbe528778a94b589312f9174f44 | |
parent | 241c2ec0075037a438f29da268fc72de8eae7f2b (diff) |
fd#35693: disable hangin subsequenttests (complex and unoapi tests)
- chart2/qa/unoapi
- configmgr/qa/unoapi
- dbaccess/qa/unoapi
- forms/qa/complex/forms
- linguistic/qa/unoapi
- qadevOOo/qa/unoapi
- sd/qa/unoapi
- starmath/qa/unoapi
- ucb/qa/complex/ucb
- ucb/qa/unoapi
- unotools/qa/complex/tempfile
-rw-r--r-- | chart2/prj/build.lst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chart2/prj/build.lst b/chart2/prj/build.lst index 7bac40dee430..253c405dbf2e 100644 --- a/chart2/prj/build.lst +++ b/chart2/prj/build.lst @@ -24,4 +24,5 @@ ch chart2\source\controller\chartapiwrapper nmake - all ch_source_controlle ch chart2\source\controller\main nmake - all ch_source_controller_main ch_inc NULL ch chart2\source\controller\menus nmake - all ch_source_controller_menus ch_inc NULL ch chart2\prj get - all ch_prj NULL -ch chart2\qa\unoapi nmake - all ch_qa_unoapi NULL +# fd#35693 disabled because it hangs on exit +#ch chart2\qa\unoapi nmake - all ch_qa_unoapi NULL |