Skip to content

Commit

Permalink
Disable a failing test temporarily during investigation.
Browse files Browse the repository at this point in the history
BUG=793480
TBR=jochen@chromium.org

Change-Id: I2300d376d3c6d0c04e82ec74b3103a12fed04ecf
Reviewed-on: https://chromium-review.googlesource.com/817951
Reviewed-by: Yuzhu Shen <yzshen@chromium.org>
Commit-Queue: Yuzhu Shen <yzshen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#522936}
  • Loading branch information
yzshen authored and Commit Bot committed Dec 9, 2017
1 parent 2e59950 commit e1fb0a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gin/shell_runner_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ using v8::String;

namespace gin {

TEST(RunnerTest, Run) {
// TODO(yzshen): crbug.com/793480
TEST(RunnerTest, DISABLED_Run) {
base::test::ScopedTaskEnvironment scoped_task_environment;
std::string source = "this.result = 'PASS';\n";

Expand Down

0 comments on commit e1fb0a4

Please sign in to comment.