From 78dcf7687e3db8a6ad5ba7fcb3ffe6afa92fdcd2 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Mon, 17 Nov 2014 15:04:18 -0800 Subject: [PATCH] Mark flaky tests as flaky R=esprehn@chromium.org Review URL: https://codereview.chromium.org/734783002 --- engine/src/flutter/tests/TestExpectations | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/engine/src/flutter/tests/TestExpectations b/engine/src/flutter/tests/TestExpectations index 985aabe449e..ef4af3571d3 100644 --- a/engine/src/flutter/tests/TestExpectations +++ b/engine/src/flutter/tests/TestExpectations @@ -15,3 +15,7 @@ https://github.com/domokit/mojo/issues/15 parser/empty.sky [ Skip ] https://github.com/domokit/mojo/issues/14 parser/normaliser-null.sky [ Skip ] https://github.com/domokit/mojo/issues/14 parser/utf16.sky [ Skip ] https://github.com/domokit/mojo/issues/16 parser/normaliser-crlf.sky [ Skip ] + +# These tests are flaky on the bots +https://github.com/domokit/mojo/issues/24 custom-elements/constructor-calls-created-synchronously.sky [ Skip ] +https://github.com/domokit/mojo/issues/24 mutation-observer/observe-attributes.sky [ Skip ]