This is an automated email from the ASF dual-hosted git repository.

vterentev pushed a commit to branch fix-go-vr-samza
in repository https://gitbox.apache.org/repos/asf/beam.git

commit d534f5445887fa5388dcd98d8b0b4cc709a7d55a
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Wed Aug 20 09:47:33 2025 +0400

    Skip state test for Samza runner
---
 sdks/go/test/integration/integration.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sdks/go/test/integration/integration.go 
b/sdks/go/test/integration/integration.go
index 88db6a5b6c3..b7333b42eb2 100644
--- a/sdks/go/test/integration/integration.go
+++ b/sdks/go/test/integration/integration.go
@@ -240,6 +240,7 @@ var samzaFilters = []string{
 
        // Samza does not support state.
        "TestTimers.*",
+       "TestBagStateBlindWrite",
 
        // no support for BundleFinalizer
        "TestParDoBundleFinalizer.*",

Reply via email to