We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a14c540 commit c790c31Copy full SHA for c790c31
test/protocol/hover_raw_dap_test.rb
@@ -14,6 +14,7 @@ class HoverTest1638791703 < ProtocolTestCase
14
RUBY
15
16
def test_hover_works_correctly
17
+ omit "This test is designed for Ruby 3.1 and later versions because ancestor classes are changed" if RUBY_VERSION.to_f <= 3.0
18
run_dap_scenario PROGRAM do
19
[
20
*INITIALIZE_DAP_MSGS,
0 commit comments