diff --git a/test/search_test.js b/test/search_test.js
index c6aaa5809e6f04804961ff6f37b0c9b3f3ab10e3..04a1e685abb5583b27837591675ad4128e74f300 100644
--- a/test/search_test.js
+++ b/test/search_test.js
@@ -55,6 +55,7 @@
   });
 
   test("expandingCaseFold", "<b>İİ İİ</b>", "<b>uu uu</b>", function(doc) {
+    if (phantom) return; // A Phantom bug makes this hang
     run(doc, "</b>", true, 0, 8, 0, 12, 1, 8, 1, 12);
     run(doc, "İİ", true, 0, 3, 0, 5, 0, 6, 0, 8);
   });