Skip to content

Commit

Permalink
Fix ut skip.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaihui committed Jan 17, 2024
1 parent c706378 commit 9f9a93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fed/tests/client_mode_tests/test_basic_client_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from fed._private.compatible_utils import _compare_version_strings
from fed.tests.test_utils import ray_client_mode_setup # noqa

pytest.mark.skipif(
pytestmark = pytest.mark.skipif(
_compare_version_strings(ray.__version__, '2.4.0', ),
reason='Skip client mode when ray > 2.4.0',
)
Expand Down

0 comments on commit 9f9a93c

Please sign in to comment.