Andrew Geissler | 87f5cff | 2022-09-30 13:13:31 -0500 | [diff] [blame] | 1 | The bench-slope test appears to be aborting fairly frequently, which causes |
| 2 | failures on the autobuilder. |
| 3 | |
| 4 | Until this has been root-caused, disable the test. |
| 5 | |
| 6 | Upstream-Status: Inappropriate |
| 7 | Signed-off-by: Ross Burton <ross.burton@arm.com> |
| 8 | |
| 9 | diff --git a/tests/testdrv.c b/tests/testdrv.c |
| 10 | index 0ccde326..d3455186 100644 |
| 11 | --- a/tests/testdrv.c |
| 12 | +++ b/tests/testdrv.c |
| 13 | @@ -77,7 +77,6 @@ static struct { |
| 14 | { "t-x448" }, |
| 15 | { "t-ed448" }, |
| 16 | { "benchmark" }, |
| 17 | - { "bench-slope" }, |
| 18 | { "hashtest-256g", "hashtest", "--gigs 256 SHA1 SHA256 SHA512 SM3", |
| 19 | LONG_RUNNING }, |
| 20 | { NULL } |