Skip to content

Commit

Permalink
Disable test that attempts to deserialise org.bouncycastle class
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed Jan 26, 2014
1 parent bca923b commit d3cab6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class RegressionTest
new MultiCertStoreTest(),
new NoekeonTest(),
new AttrCertSelectorTest(),
new SerialisationTest(),
// new SerialisationTest(), // Attempts to deserialise a org.bouncycastle class
new SigNameTest(),
new MQVTest(),
new CMacTest(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class RegressionTest
// new CertPathValidatorTest(),
new CertPathBuilderTest(),
new NISTCertPathTest(),
new SerialisationTest(),
// new SerialisationTest(), // Attempts to deserialise a org.bouncycastle class
new AttrCertSelectorTest()
};

Expand Down

0 comments on commit d3cab6b

Please sign in to comment.