Skip to content

Commit bb8610f

Browse files
committed
[test] exclude a JSONB test that fails on older versions of PostgreSQL
1 parent 6b9253f commit bb8610f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
if ActiveRecord::Base.connection.database_version < 90500
2+
exclude :test_pretty_print, 'fails with PG < 9.5'
3+
end

0 commit comments

Comments
 (0)