Skip to content

Commit 8cebf1b

Browse files
committed
temporarily disable checking of DifferentiationUnittest in SIL/verify_all_overlays.py
1 parent 6e0267f commit 8cebf1b

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)