summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktar Donich <viktard@google.com>2017-04-18 14:55:02 -0700
committerPaladox none <thomasmulhall410@yahoo.com>2017-04-18 22:23:41 +0000
commit7d9c58f90d2134a979b201ec43766fcb5488b471 (patch)
treebc157a191c8fa78c839458c224ccfda5cc7558a6
parent737881d95733254cbcec79b806a1f5d6ff5a0cb6 (diff)
Fix flaky test
Change-Id: I84660452a7a811ce6a12f5966573ec90e4fd84da (cherry picked from commit 193814cf390339b553fc330bcd715bb81d17faf9)
-rw-r--r--polygerrit-ui/app/behaviors/gr-tooltip-behavior/gr-tooltip-behavior_test.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/polygerrit-ui/app/behaviors/gr-tooltip-behavior/gr-tooltip-behavior_test.html b/polygerrit-ui/app/behaviors/gr-tooltip-behavior/gr-tooltip-behavior_test.html
index 2d7b6a2ce6..99bfc03f59 100644
--- a/polygerrit-ui/app/behaviors/gr-tooltip-behavior/gr-tooltip-behavior_test.html
+++ b/polygerrit-ui/app/behaviors/gr-tooltip-behavior/gr-tooltip-behavior_test.html
@@ -23,6 +23,8 @@ limitations under the License.
<link rel="import" href="../../bower_components/iron-test-helpers/iron-test-helpers.html">
<link rel="import" href="gr-tooltip-behavior.html">
+<script>void(0);</script>
+
<test-fixture id="basic">
<template>
<tooltip-behavior-element></tooltip-behavior-element>