Skip to content

Commit

Permalink
1.13 only: suppress two tests that won't pass until TF 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt committed Feb 25, 2019
1 parent a4ad956 commit eee8fd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tensorboard/pip_package/build_pip_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,9 @@ tb.summary.scalar_pb('test', 42)
from tensorboard.plugins.projector import visualize_embeddings
from tensorboard.plugins.beholder import Beholder, BeholderHook
tb.notebook.start # don't invoke; just check existence
import tensorboard.summary._tf.summary as tf_summary
"
# Removed "import tensorboard.summary._tf.summary as tf_summary" test for the
# 1.13 release since it won't pass until TF 1.14.
deactivate
cd ..
rm -rf "${smoke_venv}"
Expand Down
4 changes: 4 additions & 0 deletions tensorboard/plugins/hparams/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ sh_test(
data = [
":hparams_util",
],
tags = [
# Suppress for 1.13 release; this test won't pass until TF 1.14.
"manual",
],
)

py_library(
Expand Down

0 comments on commit eee8fd3

Please sign in to comment.