summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/view_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/view_unittest.cc b/views/view_unittest.cc
index 91f3149..5dfa688 100644
--- a/views/view_unittest.cc
+++ b/views/view_unittest.cc
@@ -601,7 +601,7 @@ TEST_F(ViewTest, HitTestMasks) {
#if defined(OS_WIN)
// Tests that the Textfield view respond appropiately to cut/copy/paste.
-TEST_F(ViewTest, TextfieldCutCopyPaste) {
+TEST_F(ViewTest, DISABLED_TextfieldCutCopyPaste) {
const std::wstring kNormalText = L"Normal";
const std::wstring kReadOnlyText = L"Read only";
const std::wstring kPasswordText = L"Password! ** Secret stuff **";