Skip to content

Commit a6bd968

Browse files
committed
Tagging tests.
1 parent c8b1ce8 commit a6bd968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/concurrent/edge/lock_free_linked_set_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
end
8686
end
8787

88-
context 'in a multi-threaded environment' do
88+
context 'in a multi-threaded environment', buggy: true do
8989
it 'correctly check that the set contains the item' do
9090
to_insert = %w(one two three four five six)
9191
to_insert.each { |item| subject << item }
@@ -127,7 +127,7 @@
127127
end
128128
end
129129

130-
context 'in a multi-threaded environment' do
130+
context 'in a multi-threaded environment', buggy: true do
131131

132132
it 'adds the items to the set' do
133133
to_insert = %w(one two three four five six)

0 commit comments

Comments
 (0)