Disable WindowCapturer tests on OSX and Linux

R=alexeypa@chromium.org

Review URL: https://webrtc-codereview.appspot.com/1533004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4085 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
sergeyu@chromium.org 2013-05-22 18:47:07 +00:00
parent 6ebfd346ae
commit 6ec25073e3

View File

@ -42,6 +42,8 @@ class WindowCapturerTest : public testing::Test,
scoped_ptr<DesktopFrame> frame_;
};
#if defined(WEBRTC_WIN)
// Verify that we can enumerate windows.
TEST_F(WindowCapturerTest, Enumerate) {
WindowCapturer::WindowList windows;
@ -93,4 +95,6 @@ TEST_F(WindowCapturerTest, Capture) {
}
}
#endif // defined(WEBRTC_WIN)
} // namespace webrtc