diff options
author | kelvinp <kelvinp@chromium.org> | 2014-11-13 17:37:05 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-14 01:38:07 +0000 |
commit | 113e350c99440c9cf5b25810095b50d9efbf5fce (patch) | |
tree | df8e96fa7682d9f48c86b32883b046bbeb77be3d /remoting/remoting_test.gypi | |
parent | f6ca876a59258d2a5188c22e4d8238a5c6b77595 (diff) | |
download | chromium_src-113e350c99440c9cf5b25810095b50d9efbf5fce.zip chromium_src-113e350c99440c9cf5b25810095b50d9efbf5fce.tar.gz chromium_src-113e350c99440c9cf5b25810095b50d9efbf5fce.tar.bz2 |
Disable LocalInputMonitorTest on Ozone
LocalInputMonitorTest is failing on Ozone as its implementation depends on some global states that are not
present in the unit test environment.
Disabling for now.
BUG=433125
NOTRY=true
TBR=jamiewalch
Review URL: https://codereview.chromium.org/721123005
Cr-Commit-Position: refs/heads/master@{#304139}
Diffstat (limited to 'remoting/remoting_test.gypi')
-rw-r--r-- | remoting/remoting_test.gypi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi index dd94e32..20754a9 100644 --- a/remoting/remoting_test.gypi +++ b/remoting/remoting_test.gypi @@ -256,6 +256,11 @@ 'host/linux/x_server_clipboard_unittest.cc', ], }], + [ 'use_ozone==1', { + 'sources!': [ + 'host/local_input_monitor_unittest.cc', + ], + }], ['enable_remoting_host == 0', { 'dependencies!': [ 'remoting_host', |