Skip to content

Commit

Permalink
[tune] skip tracing context in test (ray-project#38620)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Deng <[email protected]>
  • Loading branch information
matthewdeng authored Aug 21, 2023
1 parent e1c48ab commit 7a8b6a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ray/tune/tests/test_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def mocked_run(*args, **kwargs):
default_kwargs.pop("run_or_experiment")
default_kwargs.pop("_remote")
default_kwargs.pop("progress_reporter")
default_kwargs.pop("_ray_trace_ctx") # automatically added for remote

self.assertDictEqual(kwargs, default_kwargs)

Expand Down

0 comments on commit 7a8b6a1

Please sign in to comment.