We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9253f commit bb8610fCopy full SHA for bb8610f
test/rails/excludes/postgresql/PostgresqlJSONBTest.rb
@@ -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