This is an automated email from the ASF dual-hosted git repository. Amar3tto pushed a commit to branch skip-iceberg-perf in repository https://gitbox.apache.org/repos/asf/beam.git
commit faa3ad81a95111f0927c6c7f631dd5d010073cfa Author: Vitaly Terentyev <[email protected]> AuthorDate: Mon Jul 27 17:19:32 2026 +0400 Skip IcebergPerformanceTest until next release --- .github/workflows/beam_PostCommit_Java_IO_Performance_Tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beam_PostCommit_Java_IO_Performance_Tests.yml b/.github/workflows/beam_PostCommit_Java_IO_Performance_Tests.yml index d0a5deb8c4a..383db7e137f 100644 --- a/.github/workflows/beam_PostCommit_Java_IO_Performance_Tests.yml +++ b/.github/workflows/beam_PostCommit_Java_IO_Performance_Tests.yml @@ -64,7 +64,7 @@ jobs: matrix: job_name: ["beam_PostCommit_Java_IO_Performance_Tests"] job_phrase: ["Run Java PostCommit IO Performance Tests"] - test_case: ["IcebergPerformanceTest", "GCSPerformanceTest", "BigTablePerformanceTest", "BigQueryStorageApiStreamingPerformanceTest"] + test_case: ["GCSPerformanceTest", "BigTablePerformanceTest", "BigQueryStorageApiStreamingPerformanceTest"] steps: - uses: actions/checkout@v7 with:
