From 48d487d202c6bc5910cdfed18f4821b6a801a054 Mon Sep 17 00:00:00 2001 From: Naoto Ono Date: Sun, 7 Jan 2024 20:10:53 +0900 Subject: [PATCH] Test for #1001 --- test/protocol/hover_raw_dap_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/protocol/hover_raw_dap_test.rb b/test/protocol/hover_raw_dap_test.rb index 35af47b22..63441cec1 100644 --- a/test/protocol/hover_raw_dap_test.rb +++ b/test/protocol/hover_raw_dap_test.rb @@ -14,6 +14,7 @@ class HoverTest1638791703 < ProtocolTestCase RUBY def test_hover_works_correctly + omit "This test is designed for Ruby 3.1 and later versions because ancestor classes are changed" if RUBY_VERSION.to_f <= 3.0 run_dap_scenario PROGRAM do [ *INITIALIZE_DAP_MSGS,