Skip to content

Commit

Permalink
add no_xdist marker
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandInguva committed May 6, 2022
1 parent 0daef62 commit 6131924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdks/python/apache_beam/transforms/userstate_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -992,6 +992,7 @@ def emit_callback(
self.assertEqual([('emit1', 10), ('emit2', 20), ('emit3', 30)],
sorted(StatefulDoFnOnDirectRunnerTest.all_records))

@pytest.mark.no_xdist
@pytest.mark.timeout(3)
def test_dynamic_timer_clear_then_set_timer(self):
class EmitTwoEvents(DoFn):
Expand Down

0 comments on commit 6131924

Please sign in to comment.