HomePhorge

(Maint) Remove fragile test
5e3fbcae67cfUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(Maint) Remove fragile test

This test began to fail with

  1. Puppet::SSL::Key should default to the :file terminus Failure/Error: @class.indirection.terminus_class.should == :file expected: :file got: :disabled_ca (using ==) Diff: @@ -1,2 +1,2 @@ -:file +:disabled_ca
    1. ./spec/unit/ssl/key_spec.rb:20

which was caused by other tests setting the terminus_class for the
Puppet::SSL::Key class. Since this is testing no interesting logic and
just looking at a default (that can be changed and not recovered), I'm
just removing the test.

Details

Provenance
Andrew Parker <andy@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU2c679f037e05: Merge branch 'bug/2.7.x/2888_fix_puppetdlock_deadlock' into 2.7.x
Branches
Unknown
Tags
Unknown

Event Timeline

Andrew Parker <andy@puppetlabs.com> committed rPU5e3fbcae67cf: (Maint) Remove fragile test (authored by Andrew Parker <andy@puppetlabs.com>).Sep 18 2012, 1:08 AM