summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/run_web_tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/run_web_tests.py b/scripts/run_web_tests.py
index f201114..7687989 100755
--- a/scripts/run_web_tests.py
+++ b/scripts/run_web_tests.py
@@ -64,6 +64,9 @@ class TestNames(common_tests.TestNames):
class TestDigitWidths(common_tests.TestDigitWidths):
loaded_fonts = FONTS
+ # disable this test while *.frac and *superior glyphs are separate
+ # the webfont glyph subset contains *.frac but not *superior
+ test_superscript_digits = False
class TestCharacterCoverage(common_tests.TestCharacterCoverage):