sw/JunitTest_sw_complex.mk |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

New commits:
commit a6bb2e837264451ed896dd6783249e335e145605
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Fri Mar 15 10:52:04 2024 +0100
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Fri Mar 15 16:29:34 2024 +0100

    sw a11y: Disable unreliable CheckIndeterminateState test for now
    
    Running the test was enabled in
    
        commit 97337f5395ca1f4597690c97a19da9fd55ee1c66
        Date:   Thu Jan 18 18:30:09 2024 +0000
    
            Fix sw_complex JUnitTest not running
    
    , but it turns out both the current Java test as well as the
    pending C++ port are unreliable, see discussions in [1] and [2].
    
    Therefore, disable it for now. If the underlying issue
    gets fixed, it can be reenabled again.
    
    [1] https://gerrit.libreoffice.org/c/core/+/162263
    [2] https://gerrit.libreoffice.org/c/core/+/164231
    
    Change-Id: I490d012b73154203884bdd966bfcafa889ac820c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164861
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/sw/JunitTest_sw_complex.mk b/sw/JunitTest_sw_complex.mk
index 45c5a29859d4..274da992ba7b 100644
--- a/sw/JunitTest_sw_complex.mk
+++ b/sw/JunitTest_sw_complex.mk
@@ -25,8 +25,11 @@ $(eval $(call gb_JunitTest_add_sourcefiles,sw_complex,\
 
 $(eval $(call gb_JunitTest_use_unoapi_jars,sw_complex))
 
-$(eval $(call gb_JunitTest_add_classes,sw_complex,\
-    complex.indeterminateState.CheckIndeterminateState \
-))
+# disable running the test for now as it is unreliable, see discussions
+# in https://gerrit.libreoffice.org/c/core/+/162263
+# and https://gerrit.libreoffice.org/c/core/+/164231
+#$(eval $(call gb_JunitTest_add_classes,sw_complex,\
+#    complex.indeterminateState.CheckIndeterminateState \
+#))
 
 # vim: set noet sw=4 ts=4:

Reply via email to