diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-03-26 17:07:03 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-03-26 17:07:03 +0100 |
commit | aaa1707afe361babd7abdd0b08c59f599e2259d3 (patch) | |
tree | 6a90f11a8c615e81f39c44a58ebc2526543e554c | |
parent | f04da01a1007e9e48c40826f66131578dac947bc (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-- | qadevOOo/prj/build.lst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/prj/build.lst b/qadevOOo/prj/build.lst index 50d60a563..57c5e4198 100644 --- a/qadevOOo/prj/build.lst +++ b/qadevOOo/prj/build.lst @@ -2,5 +2,5 @@ qa qadevOOo : javaunohelper jurt ridljar unoil NULL qa qadevOOo usr1 - all qa_mkout NULL qa qadevOOo nmake - all qa_runner_ant_build NULL qa qadevOOo\runner nmake - all qa_make_package qa_runner_ant_build NULL - -qa qadevOOo\qa\unoapi nmake - all qa_qa_unoapi qa_make_package NULL +# fd#35693 disabled because it hangs on exit +#qa qadevOOo\qa\unoapi nmake - all qa_qa_unoapi qa_make_package NULL |