]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/po.pm
disable istranslatable memoization
[ikiwiki.git] / IkiWiki / Plugin / po.pm
index f535ebd397d73b23042b522e1aa8cd2b8178e31c..a1f7476a303e2a9637814e6373d8eff123001f8a 100644 (file)
@@ -18,7 +18,9 @@ use Memoize;
 
 my %translations;
 our %filtered;
-memoize("istranslatable");
+## FIXME: makes some test cases cry once every two tries; this may be
+## related to the artificial way the testsuite is run, or not.
+# memoize("istranslatable");
 memoize("_istranslation");
 memoize("percenttranslated");