Skip to content

Commit 0ac96a1

Browse files
authored
Merge pull request swiftlang#36132 from eeckstein/disable-test
temporarily disable checking of DifferentiationUnittest in SIL/verify_all_overlays.py
2 parents 6e0267f + 8cebf1b commit 0ac96a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

validation-test/SIL/verify_all_overlays.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
# TODO(TF-1229): Fix the "_Differentiation" module.
2929
if module_name == "_Differentiation":
3030
continue
31+
# TODO: fix the DifferentiationUnittest module.
32+
if module_name == "DifferentiationUnittest":
33+
continue
3134
print("# " + module_name)
3235

3336
module_path = os.path.join(sdk_overlay_dir, module_file)

0 commit comments

Comments
 (0)