diff options
author | Ingela Anderton Andin <[email protected]> | 2016-09-02 16:11:36 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-09-02 16:11:36 +0200 |
commit | 71fb0e73995c3a0123a85b7cac42465bf083087c (patch) | |
tree | 04bac164460b7d8c63762eed5f2cd4655d4422af /lib | |
parent | dba6a3165e4cc8c2555c161510fd4caa82a1a96a (diff) | |
download | otp-71fb0e73995c3a0123a85b7cac42465bf083087c.tar.gz otp-71fb0e73995c3a0123a85b7cac42465bf083087c.tar.bz2 otp-71fb0e73995c3a0123a85b7cac42465bf083087c.zip |
ssl: Add new benchmarks to skip file for normal testing
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssl/test/ssl.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssl/test/ssl.spec b/lib/ssl/test/ssl.spec index 86e14c033e..0ad94e22bc 100644 --- a/lib/ssl/test/ssl.spec +++ b/lib/ssl/test/ssl.spec @@ -1,4 +1,5 @@ {suites,"../ssl_test",all}. {skip_cases, "../ssl_test", - ssl_bench_SUITE, [setup_sequential, setup_concurrent, payload_simple], + ssl_bench_SUITE, [setup_sequential, setup_concurrent, payload_simple, + use_pem_cache, bypass_pem_cache], "Benchmarks run separately"}. |