Skip to content

Commit

Permalink
Remove one skip in specs for Truffleruby and refine the other
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Jul 10, 2024
1 parent ec9bd35 commit 258fbf0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions spec/pg/connection_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@
skip "this spec depends on out-of-memory condition in put_copy_data, which is not reliable on all platforms"
end
if RUBY_ENGINE == "truffleruby"
skip "TcpGateSwitcher transfers wrong data on Truffleruby"
skip "TcpGateSwitcher responds with Errno::EPIPE: Broken pipe on Truffleruby"
end

run_with_gate(200) do |conn, gate|
Expand Down Expand Up @@ -721,10 +721,6 @@
end

it "needs to flush data after send_query" do
if RUBY_ENGINE == "truffleruby"
skip "TcpGateSwitcher transfers wrong data on Truffleruby"
end

run_with_gate(200) do |conn, gate|
conn.setnonblocking(true)

Expand Down

0 comments on commit 258fbf0

Please sign in to comment.