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

Disable another test that has started mysteriously failing on Phantom

(but only remotely).
parent c12a033f
No related branches found
No related tags found
No related merge requests found
......@@ -1050,6 +1050,7 @@ testCM("lineChangeEvents", function(cm) {
});
testCM("scrollEntirelyToRight", function(cm) {
if (phantom) return;
addDoc(cm, 500, 2);
cm.setCursor(Pos(0, 500));
var wrap = cm.getWrapperElement(), cur = byClassName(wrap, "CodeMirror-cursor")[0];
......
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