From df0b0605b1f4d6ad3c389bf6f8119730df02b327 Mon Sep 17 00:00:00 2001 From: Anil Yadav Date: Sat, 14 Feb 2026 10:29:02 +0530 Subject: [PATCH] workflows: exclude AudioRecord test on RB8 AudioRecord test when executed on RB8 causes device to freeze. This causes the test job to timeout. Since the timeout is rather long, and the test never completes it should be disabled until it's fixed. This patch corresponds to: qualcomm-linux/lava-test-plans#16 Signed-off-by: Anil Yadav --- .github/actions/lava-test-plans/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/lava-test-plans/action.yml b/.github/actions/lava-test-plans/action.yml index 42f610066..c785219c4 100644 --- a/.github/actions/lava-test-plans/action.yml +++ b/.github/actions/lava-test-plans/action.yml @@ -27,7 +27,7 @@ runs: with: repository: qualcomm-linux/lava-test-plans path: lava-test-plans - ref: 1ab5e2f1d6cc3559ca4685941cc9fd17ab132c2d + ref: 6f79a2492a982d990238545efe3c66ccb87dbe22 - uses: actions/setup-python@v6 with: