From c52d5d7e6ad13543cf5dcb3012798802ab744d58 Mon Sep 17 00:00:00 2001 From: Dennis Scheiba Date: Tue, 27 Aug 2024 10:13:56 +0200 Subject: [PATCH] deactivate RTAlloc tests --- testsuite/scripts/test_run_proto_gha.scd | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/testsuite/scripts/test_run_proto_gha.scd b/testsuite/scripts/test_run_proto_gha.scd index cd87287fa4c..7b3fc0b14fc 100644 --- a/testsuite/scripts/test_run_proto_gha.scd +++ b/testsuite/scripts/test_run_proto_gha.scd @@ -123,4 +123,10 @@ 'skip': "true", 'skipReason': "Requires ALSA kernel module, not allowed in GHA", ), + ( + 'suite': "TestUGen_RTAlloc", + 'test': "test_allUGens", + 'skip': "true", + 'skipReason': "RT memory allocation seems to be unreliable - see GH issue #6410", + ), ]