Skip to content

Commit 688dee9

Browse files
caisqbileschi
authored andcommitted
[DebuggerV2] Temporarily disable debugger_v2_plugin_test (tensorflow#3502)
* Motivation for features / changes * The imminent submission of internal CL/290949452 will cause the test to break due to newly-instrumented Const ops, which are previously untracked. Considering the complexity of the sync'ing of tensorflow and tensorboard code, I'll disable the test first. The test will later be fixed to reflect the newly-added Const ops and then re-enabled. See b/153722488. * Technical description of changes * Disable the test by applying proper tags.
1 parent fc32f7d commit 688dee9

File tree

1 file changed

+4
-0
lines changed
  • tensorboard/plugins/debugger_v2

1 file changed

+4
-0
lines changed

tensorboard/plugins/debugger_v2/BUILD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ py_test(
5757
size = "medium",
5858
srcs = ["debugger_v2_plugin_test.py"],
5959
srcs_version = "PY2AND3",
60+
tags = [
61+
"manual",
62+
"notap", # TODO(b/153722488): Re-enable the test.
63+
],
6064
deps = [
6165
":debug_data_multiplexer",
6266
":debugger_v2_plugin",

0 commit comments

Comments
 (0)