Skip to content

Commit

Permalink
Add comments with bug reference to previously disabled tests.
Browse files Browse the repository at this point in the history
Tests were disabled in https://chromium-review.googlesource.com/707011.

TBR=dtseng@chromium.org

Bug: 751046
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I1289bc557ad0a3409e174083c861a7e5151d0006
Reviewed-on: https://chromium-review.googlesource.com/707095
Reviewed-by: Henrik Grunell <grunell@chromium.org>
Commit-Queue: Henrik Grunell <grunell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#507368}
  • Loading branch information
Henrik Grunell authored and Commit Bot committed Oct 9, 2017
1 parent 4b214c7 commit 7d7e5dd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ PanelTest.prototype = {
*/}
};

// Flaky. http://crbug.com/751046.
TEST_F('PanelTest', 'DISABLED_ActivateMenu', function() {
var mockFeedback = this.createMockFeedback();
this.runWithLoadedTree(this.linksDoc, function(root) {
Expand All @@ -81,6 +82,7 @@ TEST_F('PanelTest', 'DISABLED_ActivateMenu', function() {
});
});

// Flaky. http://crbug.com/751046.
TEST_F('PanelTest', 'DISABLED_LinkMenu', function() {
var mockFeedback = this.createMockFeedback();
this.runWithLoadedTree(this.linksDoc, function(root) {
Expand Down

0 comments on commit 7d7e5dd

Please sign in to comment.