Skip to content

Commit

Permalink
Missed enabling warning in test
Browse files Browse the repository at this point in the history
  • Loading branch information
cadedaniel committed Jan 8, 2023
1 parent 5d67e6b commit 1d4ca4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/ray/tests/test_placement_group.py
Expand Up @@ -561,6 +561,9 @@ def foo():
@pytest.mark.filterwarnings(
"default:Setting 'object_store_memory' for actors is deprecated"
)
@pytest.mark.filterwarnings(
"default:Setting 'object_store_memory' for bundles is deprecated"
)
def test_object_store_memory_deprecation_warning(ray_start_regular_shared):
with warnings.catch_warnings(record=True) as w:

Expand Down

0 comments on commit 1d4ca4a

Please sign in to comment.