File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class Channel
2626 expect ( subject . utc . to_f ) . to eq subject . epoch
2727 end
2828
29- specify do
29+ specify '#to_s formats as a time' , :truffle_bug => true do
3030 expect ( subject . to_s ) . to match /\d {4}-\d {2}-\d {2} \d {2}:\d {2}:\d {2}\. \d {6} \+ \d {4} UTC/
3131 end
3232
Original file line number Diff line number Diff line change 100100 expect ( subject . max_queue ) . to eq expected_max
101101 end
102102
103- it 'returns the set value when running' do
103+ it 'returns the set value when running' , :truffle_bug => true do # only actually fails for RubyThreadPoolExecutor
104104 trigger = Concurrent ::Event . new
105105 5 . times { subject . post { trigger . wait } }
106106 expect ( subject . max_queue ) . to eq expected_max
115115 end
116116 end
117117
118- context '#queue_length' do
118+ context '#queue_length' , :truffle_bug => true do # only actually fails for RubyThreadPoolExecutor
119119
120120 let! ( :expected_max ) { 10 }
121121 subject do
You can’t perform that action at this time.
0 commit comments