Skip to content

Commit

Permalink
[XLA] Fix building stateful_random_ops_test and turn it back on
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 613098057
  • Loading branch information
d0k authored and tensorflower-gardener committed Mar 6, 2024
1 parent 4dae07f commit 9a90ebc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tensorflow/compiler/tests/BUILD
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
load("//tensorflow/compiler/tests:build_defs.bzl", "generate_backend_suites", "tf_xla_py_strict_test")
load("//tensorflow:strict.default.bzl", "py_strict_library", "py_strict_test")
load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
load("//tensorflow/compiler/tests:build_defs.bzl", "generate_backend_suites", "tf_xla_py_strict_test")
load("//tensorflow:tensorflow.default.bzl", "cuda_py_strict_test", "tf_cuda_cc_test")
load("//tensorflow/compiler/aot:tfcompile.bzl", "tf_library")
load(
"//tensorflow/core/platform:build_config_root.bzl",
"tf_cuda_tests_tags",
)
load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
load("//tensorflow/python/tpu:tpu.bzl", "tpu_py_strict_test")

package(
Expand Down Expand Up @@ -1524,14 +1524,13 @@ tf_xla_py_strict_test(
python_version = "PY3",
shard_count = 10,
tags = [
"no_oss", # b/170479349
"no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
"notap", # b/170479349
"optonly",
],
deps = [
":xla_test",
"//tensorflow/python/client",
"//tensorflow/python/client:device_lib",
"//tensorflow/python/eager:def_function",
"//tensorflow/python/framework:config",
"//tensorflow/python/framework:dtypes",
Expand Down

0 comments on commit 9a90ebc

Please sign in to comment.