From 5bd6ae218ebd72e96da6938173a8c0a600e6f3b8 Mon Sep 17 00:00:00 2001 From: Donat Zenichev Date: Thu, 16 Feb 2023 19:49:02 +0100 Subject: [PATCH] MT#56128 Temporarily remove the test #1142 The test number 1142: "SDP attr manipulations - add a= line for media audio, two times" fails on the buster builds, because of the hash tables implementation used in the `command_values` of the `struct sdp_command`. It doesn't necessarily keep the same order, as was used to add values. Temporarily removing it, until the `struct sdp_command` is re-designed. Change-Id: I077771c00c5dc8907e42d7757540e3ffa2063af6 --- t/auto-daemon-tests.pl | 44 ------------------------------------------ 1 file changed, 44 deletions(-) diff --git a/t/auto-daemon-tests.pl b/t/auto-daemon-tests.pl index 500433fa2..819e1ca14 100755 --- a/t/auto-daemon-tests.pl +++ b/t/auto-daemon-tests.pl @@ -15545,50 +15545,6 @@ SDP new_call; -offer('SDP attr manipulations - add a= line for media audio, two times', { ICE => 'remove', DTLS => 'off', SDES => [ 'nonew' ], 'sdp-attr' => { audio => { add => ['test1', 'test2'] } }}, < 'remove' }, < 'remove', DTLS => 'off', SDES => [ 'nonew' ], 'sdp-attr' => { audio => { add => ['test1'], remove => ['test2'] } }}, <