Skip to content

Commit 84ffb7a

Browse files
committed
revert: restore Example to single-precision skip list (case-sensitive mismatch with example dir names)
1 parent f1c1d14 commit 84ffb7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toolchain/mfc/test/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def __filter(cases_) -> typing.Tuple[typing.List[TestCase], typing.List[TestCase
176176

177177
for case in cases[:]:
178178
if ARG("single"):
179-
skip = ["low_Mach", "Hypoelasticity", "teno", "Chemistry", "Phase Change model 6", "Axisymmetric", "Transducer", "Transducer Array", "Cylindrical", "HLLD"]
179+
skip = ["low_Mach", "Hypoelasticity", "teno", "Chemistry", "Phase Change model 6", "Axisymmetric", "Transducer", "Transducer Array", "Cylindrical", "HLLD", "Example"]
180180
if any(label in case.trace for label in skip):
181181
cases.remove(case)
182182
skipped_cases.append(case)

0 commit comments

Comments
 (0)