mirror of
https://github.com/wassname/ray.git
synced 2026-07-13 12:01:30 +08:00
Hotfix dashboard broken tests. (#8757)
This commit is contained in:
@@ -405,11 +405,6 @@ def test_memory_dashboard(shutdown_only):
|
||||
"""Wait until the new fresh memory table is ready."""
|
||||
global prev_memory_table
|
||||
memory_table = get_memory_table()
|
||||
from pprint import pprint
|
||||
print("Current")
|
||||
pprint(memory_table)
|
||||
print("Prev")
|
||||
pprint(prev_memory_table)
|
||||
is_ready = memory_table["group"] != prev_memory_table
|
||||
prev_memory_table = memory_table["group"]
|
||||
return is_ready
|
||||
|
||||
Reference in New Issue
Block a user