diff options
Diffstat (limited to 'spec/unit/network')
| -rwxr-xr-x[-rw-r--r--] | spec/unit/network/authstore.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/network/authstore.rb b/spec/unit/network/authstore.rb index 224d67130..bc42e2ce1 100644..100755 --- a/spec/unit/network/authstore.rb +++ b/spec/unit/network/authstore.rb @@ -57,7 +57,7 @@ describe Puppet::Network::AuthStore::Declaration do @declaration.should be_match(@host,'200.101.99.98') end it "should not match a similar PQDN" do - pending "FQDN consensus" + #pending "FQDN consensus" @declaration.should_not be_match(@host[0..-2],'200.101.99.98') end end |
