Skip to content

Commit

Permalink
Skip some more invalid JRuby tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec committed Sep 19, 2019
1 parent 58acb80 commit 4cdfb5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/test_http11.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def test_fragment_in_uri
end

def test_semicolon_in_path
skip_on :jruby # Not yet supported on JRuby, see https://github.com/puma/puma/issues/1978
parser = Puma::HttpParser.new
req = {}
get = "GET /forums/1/path;stillpath/2375?page=1 HTTP/1.1\r\n\r\n"
Expand Down
1 change: 1 addition & 0 deletions test/test_integration_single.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def test_usr2_restart_restores_environment

def test_term_exit_code
skip_on :windows # no SIGTERM
skip_on :jruby # JVM does not return correct exit code for TERM

pid = cli_server("test/rackup/hello.ru").pid
_, status = send_term_to_server(pid)
Expand Down

0 comments on commit 4cdfb5c

Please sign in to comment.