diff options
author | Waylan Limberg <waylan@gmail.com> | 2010-11-04 21:25:14 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2010-11-04 21:25:14 -0400 |
commit | 8fb5e4238cd7822b23d041c7bcb915b84b3b1f5e (patch) | |
tree | 52bc3120886380559c5e53524e7724ec83ed260f /tests | |
parent | b32cba5558d964f3445f20bdd44af8ed1cc2df83 (diff) | |
download | markdown-8fb5e4238cd7822b23d041c7bcb915b84b3b1f5e.tar.gz markdown-8fb5e4238cd7822b23d041c7bcb915b84b3b1f5e.tar.bz2 markdown-8fb5e4238cd7822b23d041c7bcb915b84b3b1f5e.zip |
Skipping codehilite test as differant versions of pygments give slightly differant output and I'm tired of seeing the test fail when there is no real problem.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/extensions/test.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/extensions/test.cfg b/tests/extensions/test.cfg index 6208201..fd57ef1 100644 --- a/tests/extensions/test.cfg +++ b/tests/extensions/test.cfg @@ -1,5 +1,7 @@ [codehilite] extensions=codehilite +# This passes or not based on version of pygments. +skip=1 [toc] extensions=toc |