[gtk/matthiasc/for-master: 117/117] Mark flaky tests as flaky




commit 0f7ccc8d2dec2a1388da03be1d97c7ab0af5f149
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Dec 8 17:50:14 2020 -0500

    Mark flaky tests as flaky
    
    We can't mark this test as xfail, since it sometimes
    succeeds.

 testsuite/reftests/meson.build | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build
index a7b4eb0d27..2d2053e11d 100644
--- a/testsuite/reftests/meson.build
+++ b/testsuite/reftests/meson.build
@@ -439,8 +439,11 @@ testdata = [
   'window-default-size.ui',
   'window-height-for-width.ref.ui',
   'window-height-for-width.ui',
-  'window-show-contents-on-map.ref.ui',
-  'window-show-contents-on-map.ui',
+  # this test needs a better way to perform delayed actions
+  # it is not in xfail since it fails on some platforms, but
+  # not others
+  #'window-show-contents-on-map.ref.ui',
+  #'window-show-contents-on-map.ui',
 ]
 
 # These need to be fixed but the issue hasn't been tracked down.
@@ -448,8 +451,6 @@ xfails = [
   'sizegroups-evolution-identity-page.ui',
   # these depend on details of text layout
   'label-sizing.ui',
-  # needs a better way to perform delayed actions
-  'window-show-contents-on-map.ui',
 ]
 
 reftest_env = environment()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]