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 c8b1ce8 commit a6bd968Copy full SHA for a6bd968
spec/concurrent/edge/lock_free_linked_set_spec.rb
@@ -85,7 +85,7 @@
85
end
86
87
88
- context 'in a multi-threaded environment' do
+ context 'in a multi-threaded environment', buggy: true do
89
it 'correctly check that the set contains the item' do
90
to_insert = %w(one two three four five six)
91
to_insert.each { |item| subject << item }
@@ -127,7 +127,7 @@
127
128
129
130
131
132
it 'adds the items to the set' do
133
0 commit comments