diff options
author | Björn Gustavsson <[email protected]> | 2012-12-10 21:25:19 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-12-17 17:23:51 +0100 |
commit | 32cf2c76b94baf02cc8eea63f24cc4afda39025e (patch) | |
tree | d34e261573e0e029d621c3161cb9bb97e55ee2f3 | |
parent | e99fd8e388a043f28ff1aa53c3fd53f984201a64 (diff) | |
download | otp-32cf2c76b94baf02cc8eea63f24cc4afda39025e.tar.gz otp-32cf2c76b94baf02cc8eea63f24cc4afda39025e.tar.bz2 otp-32cf2c76b94baf02cc8eea63f24cc4afda39025e.zip |
asn1_SUITE: Only run testExtensionAdditionGroup/1 once
-rw-r--r-- | lib/asn1/test/asn1_SUITE.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/asn1/test/asn1_SUITE.erl b/lib/asn1/test/asn1_SUITE.erl index 38ec72c473..02424c7983 100644 --- a/lib/asn1/test/asn1_SUITE.erl +++ b/lib/asn1/test/asn1_SUITE.erl @@ -188,7 +188,6 @@ groups() -> testDoubleEllipses, test_x691, ticket_6143, - testExtensionAdditionGroup, test_OTP_9688]}, {performance, [], |