Skip to content

Commit a842d1f

Browse files
committed
Fix build
1 parent fa2eb4b commit a842d1f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test_utilities/src/d1_test/sample.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ def clobber_uncontrolled_volatiles(o_str):
253253
o_str = re.sub(r'(?<=Python ITK ).+', '[volatile]', o_str)
254254
# ETA
255255
o_str = re.sub(r'\d{1,3}h\d{2}m\d{2}s', '[volatile]', o_str)
256+
# Disk space
257+
o_str = re.sub(r'[\s\d.]{2,4}GiB', '[volatile]', o_str)
256258
return o_str
257259

258260

test_utilities/src/d1_test/test_docs/test_templates_home_html_doc.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
</tr>
104104
<tr>
105105
<td>Storage used / remaining:</td>
106-
<td>0 GiB / 22 GiB</td>
106+
<td>[volatile] /[volatile]</td>
107107
</tr>
108108
<tr>
109109
<td>Science objects by Format:</td>

0 commit comments

Comments
 (0)