Repository: beam Updated Branches: refs/heads/master 598774738 -> 29399fde8
[BEAM-3040] Disable flaky subprocess variant of ULR test. Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/30740a53 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/30740a53 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/30740a53 Branch: refs/heads/master Commit: 30740a53588194459e23e7b8ddc69a3ab506e2cb Parents: 5987747 Author: Robert Bradshaw <[email protected]> Authored: Wed Nov 8 11:00:33 2017 -0800 Committer: Robert Bradshaw <[email protected]> Committed: Wed Nov 8 11:00:33 2017 -0800 ---------------------------------------------------------------------- .../apache_beam/runners/portability/universal_local_runner_test.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/30740a53/sdks/python/apache_beam/runners/portability/universal_local_runner_test.py ---------------------------------------------------------------------- diff --git a/sdks/python/apache_beam/runners/portability/universal_local_runner_test.py b/sdks/python/apache_beam/runners/portability/universal_local_runner_test.py index 4c8cedc..e1104dc 100644 --- a/sdks/python/apache_beam/runners/portability/universal_local_runner_test.py +++ b/sdks/python/apache_beam/runners/portability/universal_local_runner_test.py @@ -75,6 +75,7 @@ class UniversalLocalRunnerTestWithGrpc(UniversalLocalRunnerTest): _use_grpc = True [email protected]("BEAM-3040") class UniversalLocalRunnerTestWithSubprocesses(UniversalLocalRunnerTest): _use_grpc = True _use_subprocesses = True
