diff options
author | David Tardon <dtardon@redhat.com> | 2013-06-18 14:17:00 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-06-18 14:17:49 +0200 |
commit | 3b3a0ae27906e534ad7b80b6eeb76cdda71a33ac (patch) | |
tree | fec38b8f51c0e6e303c1126674fe3eb6babc1f0a /sw | |
parent | ab28fdeba0c37dacd7bb949ef85a3477ad8ea032 (diff) |
disable test that ends throwing std::bad_alloc
... after eating >11 GiB of memory.
Change-Id: I6202fa7e410c9b397c465cb1c185305aeee509e1
Diffstat (limited to 'sw')
-rwxr-xr-x | sw/Module_sw.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index 202c67c4fc35..d8ca65ecc151 100755 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -48,7 +48,6 @@ $(eval $(call gb_Module_add_check_targets,sw,\ $(eval $(call gb_Module_add_slowcheck_targets,sw,\ CppunitTest_sw_htmlexport \ CppunitTest_sw_macros_test \ - CppunitTest_sw_ooxmlexport \ CppunitTest_sw_ooxmlimport \ CppunitTest_sw_ww8export \ CppunitTest_sw_ww8import \ |