Skip to content

Commit 3f13a2d

Browse files
authored
Relax test stats profiling2 (#8621)
1 parent 587d472 commit 3f13a2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

distributed/tests/test_worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ async def test_statistical_profiling_2(c, s, a, b):
12241224

12251225
profile = await a.get_profile()
12261226
text = str(profile)
1227-
if profile["count"] and "sum" in text and "random" in text:
1227+
if profile["count"] and "sum" in text or "random" in text:
12281228
break
12291229

12301230

0 commit comments

Comments
 (0)