Chromium Code Reviews| Index: tool/presubmit.sh |
| diff --git a/tool/presubmit.sh b/tool/presubmit.sh |
| index 638942d6b7bad001072866907c23fbec2b057913..60e57422e2ed11745f4534d91f64803150886866 100755 |
| --- a/tool/presubmit.sh |
| +++ b/tool/presubmit.sh |
| @@ -7,4 +7,6 @@ $DIR/browser_test.sh |
| $DIR/node_test.sh |
| $DIR/analyze.sh |
| $DIR/format.sh |
| -$DIR/transformer_test.sh |
| +# TODO(vsm/ochafik): Re-enable when this is addressed: |
| +# https://github.com/dart-lang/dev_compiler/issues/458 |
| +# $DIR/transformer_test.sh |