Skip to content

Commit

Permalink
Merge pull request #58502 from tensorflow/vinila21-patch-2
Browse files Browse the repository at this point in the history
Broken test failing the release builds - TF 2.9.3
  • Loading branch information
learning-to-play committed Nov 10, 2022
2 parents 31f9dbc + 116e62f commit 9681a21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tensorflow/python/kernel_tests/sparse_ops/BUILD
Expand Up @@ -263,7 +263,10 @@ cuda_py_test(
name = "sparse_xent_op_d9m_test",
size = "medium",
srcs = ["sparse_xent_op_d9m_test.py"],
tags = ["no_windows"], # Fails as SegmentSum is nondeterministic on Windows
tags = [
"no_windows", # Fails as SegmentSum is nondeterministic on Windows
"no_oss", # TODO(b/258503209): Disable the test.
],
xla_enable_strict_auto_jit = False,
deps = [
":sparse_xent_op_test_base",
Expand Down

0 comments on commit 9681a21

Please sign in to comment.