You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jo...@apache.org on 2023/02/03 22:31:53 UTC

[beam] branch release-2.45.0 updated: skip automated expansion test (#25307)

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

johncasey pushed a commit to branch release-2.45.0
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.45.0 by this push:
     new b6c0c7b5268 skip automated expansion test (#25307)
b6c0c7b5268 is described below

commit b6c0c7b52687965727d3a67d2c6039889468e16b
Author: Ritesh Ghorse <ri...@gmail.com>
AuthorDate: Fri Feb 3 17:31:46 2023 -0500

    skip automated expansion test (#25307)
---
 sdks/go/pkg/beam/core/runtime/xlangx/expand_test.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sdks/go/pkg/beam/core/runtime/xlangx/expand_test.go b/sdks/go/pkg/beam/core/runtime/xlangx/expand_test.go
index c7c90b65a99..f4949efc3f0 100644
--- a/sdks/go/pkg/beam/core/runtime/xlangx/expand_test.go
+++ b/sdks/go/pkg/beam/core/runtime/xlangx/expand_test.go
@@ -23,6 +23,8 @@ import (
 )
 
 func TestStartAutomated(t *testing.T) {
+	// TODO: https://github.com/apache/beam/issues/25303
+	t.Skipf("need a release SDK version to test auto python expansion service")
 	if strings.HasSuffix(core.SdkVersion, ".dev") {
 		t.Skipf("need a released SDK version to test auto python expansion service, got: %s", core.SdkVersion)
 	}