From abedc5c4b4cbc20f4a58e17da984f335b9c81b72 Mon Sep 17 00:00:00 2001 From: Alan George Date: Mon, 20 Jul 2026 11:56:10 -0600 Subject: [PATCH 1/3] Temporarily disable platform audio integration tests in CI until instability is resolved --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1d3499f9..7504b98d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -275,6 +275,8 @@ jobs: set -euo pipefail source .token_helpers/set_data_track_test_tokens.bash build-release/bin/livekit_integration_tests \ + # Temporarily disable platform audio integration tests in CI until instability is resolved + --gtest_filter='-PlatformAudioIntegrationTest.*' \ --gtest_output=xml:build-release/integration-test-results.xml - name: Dump livekit-server log on failure From 7bbe85cc6cb662d1f1344c99072723a0371a8f0c Mon Sep 17 00:00:00 2001 From: Alan George Date: Mon, 20 Jul 2026 12:15:27 -0600 Subject: [PATCH 2/3] Add ticket link --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7504b98d..50fd0c67 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -275,7 +275,7 @@ jobs: set -euo pipefail source .token_helpers/set_data_track_test_tokens.bash build-release/bin/livekit_integration_tests \ - # Temporarily disable platform audio integration tests in CI until instability is resolved + # TODO(BOT-477) Temporarily disable platform audio integration tests in CI until instability is resolved --gtest_filter='-PlatformAudioIntegrationTest.*' \ --gtest_output=xml:build-release/integration-test-results.xml From 5cd2d71a7a0276c32a3c816a750f8593f8824ec2 Mon Sep 17 00:00:00 2001 From: Alan George Date: Mon, 20 Jul 2026 12:31:27 -0600 Subject: [PATCH 3/3] Wrong comment spot --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 50fd0c67..c53aaa8f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -274,8 +274,8 @@ jobs: run: | set -euo pipefail source .token_helpers/set_data_track_test_tokens.bash + # TODO(BOT-477) Temporarily disable platform audio integration tests in CI until instability is resolved build-release/bin/livekit_integration_tests \ - # TODO(BOT-477) Temporarily disable platform audio integration tests in CI until instability is resolved --gtest_filter='-PlatformAudioIntegrationTest.*' \ --gtest_output=xml:build-release/integration-test-results.xml