提交 497544f0 编写于 作者: Y Yves Senn

skip test to get `sqlite3_mem` suite passing.

上级 19dfd2f8
......@@ -496,7 +496,7 @@ def test_rollback_when_saving_a_frozen_record
# The behavior of killed threads having a status of "aborting" was changed
# in Ruby 2.0, so Thread#kill on 1.9 will prematurely commit the transaction
# and there's nothing we can do about it.
unless RUBY_VERSION.start_with? '1.9'
if !RUBY_VERSION.start_with?('1.9') && !in_memory_db?
def test_rollback_when_thread_killed
queue = Queue.new
thread = Thread.new do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册