Skip to content

Commit d3c4d9d

Browse files
Merge pull request #45747 from tensorflow/mm-disable-broken-tests-on-r1.15
Disable test which now fails as code is too old.
2 parents 8a2557d + 4898936 commit d3c4d9d

File tree

1 file changed

+4
-0
lines changed
  • tensorflow/python/eager

1 file changed

+4
-0
lines changed

tensorflow/python/eager/BUILD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,10 @@ cuda_py_test(
273273
":forwardprop",
274274
":test",
275275
],
276+
tags = [
277+
"no_oss", # fails on this branch
278+
"no_pip", # fails on this branch
279+
],
276280
shard_count = 5,
277281
xla_enable_strict_auto_jit = True,
278282
)

0 commit comments

Comments
 (0)