We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dee1bb commit 779c721Copy full SHA for 779c721
tensorboard/plugins/projector/vz_projector/test/BUILD
@@ -10,8 +10,6 @@ licenses(["notice"]) # Apache 2.0
10
tf_web_test(
11
name = "test",
12
src = "/vz-projector/test/tests.html",
13
- # TODO(@wchargin): This test does not work in headless mode.
14
- tags = ["manual"],
15
web_library = ":test_web_library",
16
)
17
tensorboard/plugins/projector/vz_projector/test/tests.html
@@ -19,6 +19,7 @@
19
<meta charset="utf-8" />
20
<script src="../../web-component-tester/browser.js"></script>
21
<link rel="import" href="../../tf-imports/polymer.html" />
22
+<link rel="import" href="../bundle.html" />
23
<body>
24
<script src="assert.js"></script>
25
<script src="sptree_test.js"></script>
0 commit comments