Skip to content

Commit 9611d2b

Browse files
Disable flaky tensorflow/python/saved_model:load_test on MacOS.
PiperOrigin-RevId: 235266596
1 parent 9d7878c commit 9611d2b

File tree

1 file changed

+1
-0
lines changed
  • tensorflow/python/saved_model

1 file changed

+1
-0
lines changed

tensorflow/python/saved_model/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ tf_py_test(
393393
"//tensorflow/python/eager:test",
394394
"//tensorflow/python/training/tracking:tracking",
395395
],
396+
tags = ["no_mac"], # TODO(b/124822121): Re-enable this test.
396397
)
397398

398399
tf_py_test(

0 commit comments

Comments
 (0)