Skip to content
Open

Test CL #1102

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/sft/metrics_logger_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def test_defaults_are_used_when_no_backends_provided(self, mock_register):
def test_logger_handles_missing_wandb_gracefully(self, mock_register):
"""Tests that the logger doesn't crash if wandb is not installed."""
# wandb is not supported in internal environment.
self.assertEqual(1, 0)
if env_utils.is_internal_env():
return

Expand Down
Loading