From 30740a53588194459e23e7b8ddc69a3ab506e2cb Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Wed, 8 Nov 2017 11:00:33 -0800 Subject: [PATCH] [BEAM-3040] Disable flaky subprocess variant of ULR test. --- .../runners/portability/universal_local_runner_test.py | 1 + 1 file changed, 1 insertion(+) 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 4c8cedc04ffd..e1104dc125d9 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 +@unittest.skip("BEAM-3040") class UniversalLocalRunnerTestWithSubprocesses(UniversalLocalRunnerTest): _use_grpc = True _use_subprocesses = True