Skip to content
Snippets Groups Projects
Commit e7b737c8 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Disable a search test on Phantom

Due to unexplainable hanging.
parent 89145776
No related branches found
No related tags found
No related merge requests found
......@@ -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);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment