From 113e350c99440c9cf5b25810095b50d9efbf5fce Mon Sep 17 00:00:00 2001 From: kelvinp Date: Thu, 13 Nov 2014 17:37:05 -0800 Subject: 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} --- remoting/remoting_test.gypi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'remoting/remoting_test.gypi') 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', -- cgit v1.1