Skip to content

Commit

Permalink
Disable TTB test for now
Browse files Browse the repository at this point in the history
Need to figure out how to update HarfBuzz and FreeType on Travis.
  • Loading branch information
khaledhosny committed Mar 16, 2018
1 parent c5d84a9 commit cf6ec2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ TEST_FILES = \
direction-rtl-3.test \
direction-rtl-4.test \
direction-rtl-5.test \
direction-ttb-1.test \
empty-text.test \
features-arabic.test \
features-kerning.test \
Expand Down Expand Up @@ -71,6 +70,8 @@ TEST_FILES = \
cursor_position_GB9a.test
$(NULL)

# direction-ttb-1.test # Broken on Travis, probably old HarfBuzz/FreeType

if HAVE_GLIB
check_PROGRAMS += raqm-test
TESTS += $(TEST_FILES)
Expand Down

0 comments on commit cf6ec2c

Please sign in to comment.