diff options
author | sky <sky@chromium.org> | 2015-12-08 18:48:34 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-09 02:49:53 +0000 |
commit | 75f9ba4267de856688905eddc6f1e27d7fa4ae05 (patch) | |
tree | 078651d0899ccbb7bbf0b271737dab2d661b43cf /mash | |
parent | 82dac6580acd1e348b48b22c1ed0c39c9058917e (diff) | |
download | chromium_src-75f9ba4267de856688905eddc6f1e27d7fa4ae05.zip chromium_src-75f9ba4267de856688905eddc6f1e27d7fa4ae05.tar.gz chromium_src-75f9ba4267de856688905eddc6f1e27d7fa4ae05.tar.bz2 |
Reenables mash_wm_apptests
I believe the reason for the flake was build targets weren't correctly
setup. I fixed that as part of disabling (
https://codereview.chromium.org/1497643002/ ). So, hopefully they just
work now.
BUG=559412
TEST=test only change
R=jam@chromium.org
TBR=jam@chromium.org
Committed: https://crrev.com/33ef981c2ad5aa83de6fdfb73e7c15e583cdc8c6
Cr-Commit-Position: refs/heads/master@{#363552}
Review URL: https://codereview.chromium.org/1510563002
Cr-Commit-Position: refs/heads/master@{#363950}
Diffstat (limited to 'mash')
-rw-r--r-- | mash/wm/window_manager_apptest.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mash/wm/window_manager_apptest.cc b/mash/wm/window_manager_apptest.cc index 079af7b..5e235fc 100644 --- a/mash/wm/window_manager_apptest.cc +++ b/mash/wm/window_manager_apptest.cc @@ -46,8 +46,7 @@ class WindowManagerAppTest : public mojo::test::ApplicationTestBase, DISALLOW_COPY_AND_ASSIGN(WindowManagerAppTest); }; -// TODO(sky): flakey, http://crbug.com/559412 . -TEST_F(WindowManagerAppTest, DISABLED_OpenWindow) { +TEST_F(WindowManagerAppTest, OpenWindow) { mus::mojom::WindowManagerPtr connection; ConnectToWindowManager(&connection); |