Skip to content

Commit 6c52b0c

Browse files
authored
Unbreak Playground CI nightly suite (#35330)
1 parent 0e4b2a3 commit 6c52b0c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sdks/python/apache_beam/examples/snippets/transforms/elementwise/pardo_dofn_methods.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ def pardo_dofn_methods(test=None):
3737
# Portable runners do not guarantee that teardown will be executed, so we
3838
# use FnApiRunner instead of prism.
3939
runner = 'FnApiRunner'
40+
# TODO(damccorm) - remove after next release
41+
runner = 'DirectRunner'
4042
# [START pardo_dofn_methods]
4143
import apache_beam as beam
4244

0 commit comments

Comments
 (0)