diff --git a/test/shape/data/in-house/Makefile.sources b/test/shape/data/in-house/Makefile.sources index 58b6732d7..08e9d7fe7 100644 --- a/test/shape/data/in-house/Makefile.sources +++ b/test/shape/data/in-house/Makefile.sources @@ -4,7 +4,6 @@ TESTS = \ tests/arabic-fallback-shaping.tests \ tests/arabic-feature-order.tests \ tests/arabic-like-joining.tests \ - tests/arabic-mark-attach.tests \ tests/arabic-mark-order.tests \ tests/arabic-normalization.tests \ tests/arabic-phags-pa.tests \ diff --git a/test/shape/data/in-house/meson.build b/test/shape/data/in-house/meson.build index e396073f3..976cf1521 100644 --- a/test/shape/data/in-house/meson.build +++ b/test/shape/data/in-house/meson.build @@ -4,7 +4,6 @@ in_house_tests = [ 'arabic-fallback-shaping.tests', 'arabic-feature-order.tests', 'arabic-like-joining.tests', - 'arabic-mark-attach.tests', 'arabic-mark-order.tests', 'arabic-normalization.tests', 'arabic-phags-pa.tests',