Skip to content

Commit

Permalink
Omit test_finish_0 because it failed with only reline environment
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt authored and ko1 committed May 4, 2023
1 parent f12911d commit 1c1849f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/console/control_flow_commands_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ def test_finish
end

def test_finish_0
omit "This test failed with only reline environeent. It may be bug of Reline" unless defined?(Readline)

debug_code program do
type 'b 8'
type 'c'
Expand Down

0 comments on commit 1c1849f

Please sign in to comment.