diff options
author | Lukas Larsson <[email protected]> | 2019-01-08 10:42:41 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2019-01-15 16:53:44 +0100 |
commit | 2d39090ed603805b1a651a7782492cd143bffbd9 (patch) | |
tree | e221f3e2fd045581f5983d5ab07d689d956ade78 /lib/ssl/test/ssl.spec | |
parent | 7969ceefad3bd2a534242da19d4aede1d138765f (diff) | |
download | otp-2d39090ed603805b1a651a7782492cd143bffbd9.tar.gz otp-2d39090ed603805b1a651a7782492cd143bffbd9.tar.bz2 otp-2d39090ed603805b1a651a7782492cd143bffbd9.zip |
ssl: Only run a basic fast test in test cycle
Some of the slower machines takes 20-30 minutes to run
one iteration of the payload test.
Diffstat (limited to 'lib/ssl/test/ssl.spec')
-rw-r--r-- | lib/ssl/test/ssl.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssl/test/ssl.spec b/lib/ssl/test/ssl.spec index 5e65bfcfe6..24272327c3 100644 --- a/lib/ssl/test/ssl.spec +++ b/lib/ssl/test/ssl.spec @@ -3,6 +3,7 @@ {suites,dir,all}. {skip_groups,dir,ssl_bench_SUITE,setup,"Benchmarks run separately"}. +{skip_groups,dir,ssl_bench_SUITE,payload,"Benchmarks run separately"}. {skip_groups,dir,ssl_bench_SUITE,pem_cache,"Benchmarks run separately"}. {skip_groups,dir,ssl_dist_bench_SUITE,setup,"Benchmarks run separately"}. {skip_groups,dir,ssl_dist_bench_SUITE,throughput,"Benchmarks run separately"}. |