Skip to content

Commit

Permalink
Create temporary tag to show the currently broken spec
Browse files Browse the repository at this point in the history
  (108 examples, 42 failures) (Run filtered using {:deterministic2=>true})
  Note that because of the underlying pseudo-randomness of the calls,
  the number of errors itself is non-deterministic
  • Loading branch information
hipe committed Dec 15, 2010
1 parent e076b34 commit ec2935d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/runtime/interval_skip_list/insert_spec.rb
@@ -1,6 +1,6 @@
require 'runtime/interval_skip_list/spec_helper'

describe IntervalSkipList, " when #next_node_height returns 1, 3, 2, 3, 1 in order" do
describe IntervalSkipList, " when #next_node_height returns 1, 3, 2, 3, 1 in order", :deterministic2 => true do
include IntervalSkipListSpecHelper
attr_reader :list, :node

Expand Down

0 comments on commit ec2935d

Please sign in to comment.