Index: remoting/host/linux/x_server_clipboard_unittest.cc |
diff --git a/remoting/host/linux/x_server_clipboard_unittest.cc b/remoting/host/linux/x_server_clipboard_unittest.cc |
index b7b8a4e1570bb0a6f86420ee603108650a909cb6..beb7f61f2c5a32c45f04d83a51e523ded28503d9 100644 |
--- a/remoting/host/linux/x_server_clipboard_unittest.cc |
+++ b/remoting/host/linux/x_server_clipboard_unittest.cc |
@@ -96,7 +96,7 @@ class XServerClipboardTest : public testing::Test { |
}; |
// http://crbug.com/163428 |
-TEST_F(XServerClipboardTest, FLAKY_CopyPaste) { |
+TEST_F(XServerClipboardTest, DISABLED_CopyPaste) { |
// Verify clipboard data can be transferred more than once. Then verify that |
// the code continues to function in the opposite direction (so client1_ will |
// send then receive, and client2_ will receive then send). |