diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-18 11:28:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-18 11:28:58 +0100 |
commit | 211b04ed4f0ada2fc9d8cccdc15db3e00c4e3cbf (patch) | |
tree | 35b8256fe7f1a4b367840316e29659a0f1c7b64d /pyuno | |
parent | 2756299d43fc04f32a24c1d8cd236d3249643067 (diff) |
wait until a bit later to run the import ssl test
Change-Id: Ic18917ce16b27b35347c19d6b9fa5889dc00f2d5
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/Module_pyuno.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/Module_pyuno.mk b/pyuno/Module_pyuno.mk index 9b966e58df61..4d38442dda88 100644 --- a/pyuno/Module_pyuno.mk +++ b/pyuno/Module_pyuno.mk @@ -67,7 +67,7 @@ $(eval $(call gb_Module_add_targets,pyuno, \ endif ifneq (,$(filter PythonTest_pytests,$(MAKECMDGOALS))) -$(eval $(call gb_Module_add_targets,pyuno, \ +$(eval $(call gb_Module_add_slowcheck_targets,pyuno, \ PythonTest_pytests \ PythonTest_pyuno_pytests_insertremovecells \ )) |