From 37f3ed2400f03c6b257071d10a4cc515ebebaa83 Mon Sep 17 00:00:00 2001 From: norvell Date: Tue, 4 Nov 2025 09:30:52 +0100 Subject: [PATCH] Revert "Merge branch '1418-ci-ivas-conformance-pipeline-failing-with-the-added-rtpdump-tests' into 'main'" This reverts merge request !2310 --- scripts/parse_commands.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/parse_commands.py b/scripts/parse_commands.py index ea32898c91..38b0d92cdf 100644 --- a/scripts/parse_commands.py +++ b/scripts/parse_commands.py @@ -91,9 +91,6 @@ if __name__ == '__main__': # Filter out networkSimulator_g192 commands from cmds_rend cmds_rend = [cmd for cmd in cmds_rend if not "networkSimulator_g192" in cmd] - # Filter out rtpdump tests from cmds_enc. The rtpdump bitstreams differ between each run. - cmds_enc = [cmd for cmd in cmds_enc if not "rtpdump" in cmd] - with open(txt_file.replace('.','_enc.'),'w', newline='\n') as outfile: with open('scripts/enc_header.txt','r') as header: outfile.write(header.read()) -- GitLab