You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2021. It is now read-only.
* that the effected positions have actually been adjusted as intended but this is impossible with the current implementation. We can assert that the `HoverFetcher` and `JumpURLFetcher`s
122
122
* have the adjusted positions (AdjustmentDirection.CodeViewToActual). However, we cannot reliably assert that the code "highlighting" the token has the position adjusted (AdjustmentDirection.ActualToCodeView).
123
123
*/
124
-
it('PositionAdjuster gets called when expected',()=>{
124
+
/**
125
+
* This test is skipped because its flakey. I'm unsure how to reliably test this feature in hoverifiers current state.
126
+
*/
127
+
it.skip('PositionAdjuster gets called when expected',()=>{
0 commit comments