mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +08:00
[Dashboard] Metrics Export Service. (#7728)
This commit is contained in:
@@ -380,4 +380,7 @@ def test_profiling_info_endpoint(shutdown_only):
|
||||
if __name__ == "__main__":
|
||||
import pytest
|
||||
import sys
|
||||
import os
|
||||
os.environ["LC_ALL"] = "en_US.UTF-8"
|
||||
os.environ["LANG"] = "en_US.UTF-8"
|
||||
sys.exit(pytest.main(["-v", __file__]))
|
||||
|
||||
Reference in New Issue
Block a user