diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-02-11 07:44:01 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-02-11 07:44:01 -0500 |
commit | 7ac2982617177532d0650948bc616abaceae9de8 (patch) | |
tree | 05245a5ae5cf05b432566c30232ab2852999313c /testsuite/reftests | |
parent | 37a9d0620dc44b4b14aba286ad6e446254465525 (diff) | |
download | gtk+-7ac2982617177532d0650948bc616abaceae9de8.tar.gz |
Revert "Add the label-wrap-justify reftest to xfails"
This reverts commit 5e746d35b2c5ab8601b493d4f8ca4784328d50fa.
Turns out label-wrap-justify isn't failing in ci, and this is
now making ci fail :(
Diffstat (limited to 'testsuite/reftests')
-rw-r--r-- | testsuite/reftests/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build index 0d81cfc98e..33ecccbe5a 100644 --- a/testsuite/reftests/meson.build +++ b/testsuite/reftests/meson.build @@ -428,7 +428,6 @@ xfails = [ 'window-show-contents-on-map.ui', # these depend on details of text layout 'label-sizing.ui', - 'label-wrap-justify.ui', ] foreach testname : testdata |