aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/pip_package/pip_smoke_test.py
diff options
context:
space:
mode:
authorGravatar Wei Ho <weiho@google.com>2017-05-25 17:40:04 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-05-25 17:43:42 -0700
commit527a8f2e69d4f8d8f6b938689bd3f48d721fd41a (patch)
treea985fe0e739d4cff38c6fb6259fb3799ab4ca9c7 /tensorflow/tools/pip_package/pip_smoke_test.py
parent405f70c6de296faf7561d6739e947d0fb9b26f14 (diff)
Post-open-sourcing shufflings of load matrix ops.
PiperOrigin-RevId: 157175336
Diffstat (limited to 'tensorflow/tools/pip_package/pip_smoke_test.py')
-rw-r--r--tensorflow/tools/pip_package/pip_smoke_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tools/pip_package/pip_smoke_test.py b/tensorflow/tools/pip_package/pip_smoke_test.py
index a1a7626c15..0524d2f1aa 100644
--- a/tensorflow/tools/pip_package/pip_smoke_test.py
+++ b/tensorflow/tools/pip_package/pip_smoke_test.py
@@ -56,7 +56,7 @@ BLACKLIST = [
"//tensorflow/contrib/factorization/examples:mnist",
"//tensorflow/contrib/factorization/examples:mnist.py",
"//tensorflow/contrib/factorization:factorization_py_CYCLIC_DEPENDENCIES_THAT_NEED_TO_GO", # pylint:disable=line-too-long
- "//tensorflow/contrib/framework:load_and_remap_matrix_testdata",
+ "//tensorflow/contrib/framework:checkpoint_ops_testdata",
"//tensorflow/contrib/bayesflow:reinforce_simple_example",
"//tensorflow/contrib/bayesflow:examples/reinforce_simple/reinforce_simple_example.py", # pylint:disable=line-too-long
]