From 254821a620c1f7d6542c23dbe555e7c02637a3f8 Mon Sep 17 00:00:00 2001
From: Ross Burton <ross.burton@arm.com>
Date: Fri, 9 Sep 2022 11:13:37 +0100
Subject: [PATCH] libgcrypt: disable bench-slope test case

The bench-slope test appears to be aborting fairly frequently, which causes
failures on the autobuilder.

Until this has been root-caused, disable the test.

Upstream-Status: Inappropriate
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 tests/testdrv.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/testdrv.c b/tests/testdrv.c
index bffa3cc..a228a28 100644
--- a/tests/testdrv.c
+++ b/tests/testdrv.c
@@ -79,7 +79,6 @@ static struct {
    { "t-mlkem"     },
    { "t-mldsa"     },
    { "benchmark"   },
-   { "bench-slope" },
    { "hashtest-6g", "hashtest", "--hugeblock --gigs 6 SHA1 SHA256 SHA512 "
                                                      "SHA3-512 SM3 BLAKE2S_256 "
                                                      "BLAKE2B_512 CRC32 "
