Hotfix dashboard broken tests. (#8757)

This commit is contained in:
SangBin Cho
2020-06-04 09:44:00 -07:00
committed by GitHub
parent 41072fbcc8
commit e372c06257
3 changed files with 11 additions and 11 deletions
-5
View File
@@ -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