sc/qa/unit/subsequent_filters_test4.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit d3f499361039b7933dfdae405dabdc8b631dcf79
Author:     Noel Grandin <noelgran...@gmail.com>
AuthorDate: Fri Sep 5 13:22:57 2025 +0200
Commit:     Noel Grandin <noelgran...@gmail.com>
CommitDate: Fri Sep 5 14:38:59 2025 +0200

    skip this test on non-default-dpi machines
    
    Change-Id: I7d4a6243b4ee8e62d99c21595055a7802f835c5b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190613
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/sc/qa/unit/subsequent_filters_test4.cxx 
b/sc/qa/unit/subsequent_filters_test4.cxx
index 9e0e9070a666..e4f9f5d865f3 100644
--- a/sc/qa/unit/subsequent_filters_test4.cxx
+++ b/sc/qa/unit/subsequent_filters_test4.cxx
@@ -440,6 +440,10 @@ CPPUNIT_TEST_FIXTURE(ScFiltersTest4, testRowHeightODS)
 
 CPPUNIT_TEST_FIXTURE(ScFiltersTest4, testRowHeightTdf165003)
 {
+    // FIXME: the DPI check should be removed when either (1) the test is 
fixed to work with
+    // non-default DPI; or (2) unit tests on Windows are made to use svp VCL 
plugin.
+    if (!IsDefaultDPI())
+        return;
     createScDoc("ods/RowHeightTdf165003.ods");
 
     SCTAB nTab = 0;

Reply via email to