Skip to content

Commit

Permalink
Disable autobnn tests on kokoro.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 599256837
  • Loading branch information
ColCarroll authored and tensorflower-gardener committed Jan 17, 2024
1 parent 4c2e693 commit 17cc66c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorflow_probability/python/experimental/autobnn/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ py_library(
py_test(
name = "bnn_test",
srcs = ["bnn_test.py"],
# TODO(b/320723712): enable this test in OSS.
tags = ["no-oss-ci"],
deps = [
":bnn",
# absl/testing:absltest dep,
Expand Down

0 comments on commit 17cc66c

Please sign in to comment.