Browse Source

Comment out "dbm" from the "ruby-standard-libs" test for now

Tianon Gravi 10 years ago
parent
commit
7fb2508f8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/tests/ruby-standard-libs/container.rb

+ 1 - 1
test/tests/ruby-standard-libs/container.rb

@@ -8,7 +8,7 @@ stdlib = [
 	'coverage',
 	'coverage',
 	'csv',
 	'csv',
 	'date',
 	'date',
-	'dbm',
+#	'dbm', # TODO figure out a way to make this one load conditionally based on whether we're _not_ on jruby (since jruby doesn't have dbm)
 	'delegate',
 	'delegate',
 	'digest',
 	'digest',
 	'drb',
 	'drb',