From b38785e021c02de6c805111a237d9afcf4282ac8 Mon Sep 17 00:00:00 2001 From: norvell Date: Thu, 11 Jan 2024 12:27:13 +0000 Subject: [PATCH] Update .remove-unsupported-testcases anchor to accommodate added test cases in IVAS PC repo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec089c29b..632760c1c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,7 +87,7 @@ stages: # TODO: this needs to be updated in case the reference is updated .remove-unsupported-testcases: &remove-unsupported-testcases - - sed -i '1629,1635d' scripts/config/self_test.prm + - sed -i '1649,1655d' scripts/config/self_test.prm .rules-pytest-mld: rules: -- GitLab