[libreoffice] 01/01: disable flaky writer_tests/tdf79236.py

Rene Engelhard rene at moszumanska.debian.org
Tue Jun 20 17:37:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch debian-experimental-5.4
in repository libreoffice.

commit e54a2e0414b6f989654f7b9297968febb17b5ac0
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Tue Jun 20 19:34:34 2017 +0200

    disable flaky writer_tests/tdf79236.py
---
 patches/disable-flaky-tests.diff | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/patches/disable-flaky-tests.diff b/patches/disable-flaky-tests.diff
index ff4dfdf..ae219b9 100644
--- a/patches/disable-flaky-tests.diff
+++ b/patches/disable-flaky-tests.diff
@@ -177,3 +177,19 @@ index 1c3925f..a16f001 100644
  #i90294 -o svx.GraphicExporter
  -o svx.SvxDrawPage
  #i85501 -o svx.SvxGraphCtrlAccessibleContext
+diff --git a/uitest/writer_tests/tdf79236.py b/uitest/writer_tests/tdf79236.py
+index 8585e48d8c64..704f42c009a1 100644
+--- a/uitest/writer_tests/tdf79236.py
++++ b/uitest/writer_tests/tdf79236.py
+@@ -8,8 +8,11 @@ from uitest.framework import UITestCase
+ import time
+ from uitest.uihelper.common import get_state_as_dict, type_text
+ 
++import unittest
++
+ class tdf79236(UITestCase):
+ 
++    @unittest.skip("Currently broken")
+     def test_paragraph(self):
+ 
+         self.ui_test.create_doc_in_start_center("writer")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git



More information about the Pkg-openoffice-commits mailing list