From 1eb98c9916c6cb447f999170840b7f37de4b282d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 11 Jan 2018 17:59:03 +0100 Subject: [PATCH] [test/text-rendering-tests] Actually disable MORX-11 --- test/shaping/data/text-rendering-tests/Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/shaping/data/text-rendering-tests/Makefile.sources b/test/shaping/data/text-rendering-tests/Makefile.sources index 0c210fa8f..e09091a60 100644 --- a/test/shaping/data/text-rendering-tests/Makefile.sources +++ b/test/shaping/data/text-rendering-tests/Makefile.sources @@ -28,7 +28,6 @@ TESTS = \ tests/HVAR-2.tests \ tests/KERN-1.tests \ tests/KERN-2.tests \ - tests/MORX-11.tests \ tests/SHBALI-3.tests \ tests/SHKNDA-1.tests \ $(NULL) @@ -36,6 +35,7 @@ TESTS = \ DISBALED_TESTS = \ tests/CMAP-3.tests \ tests/MORX-10.tests \ + tests/MORX-11.tests \ tests/MORX-1.tests \ tests/MORX-2.tests \ tests/MORX-3.tests \