Skip to content

Commit 48d487d

Browse files
ono-maxamomchilov
authored andcommitted
Test for ruby#1001
1 parent 9c435ba commit 48d487d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: test/protocol/hover_raw_dap_test.rb

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class HoverTest1638791703 < ProtocolTestCase
1414
RUBY
1515

1616
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
1718
run_dap_scenario PROGRAM do
1819
[
1920
*INITIALIZE_DAP_MSGS,

0 commit comments

Comments
 (0)