Commit 32007c64 authored by oshima@chromium.org's avatar oshima@chromium.org

Disable CertificateViewerUITests on aura.

TBR=scr@chromium.org
BUG=105952
TEST=none


Review URL: http://codereview.chromium.org/8774021

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112615 0039d316-1c4b-4281-b951-d872f2087c98
parent 111cda25
...@@ -43,9 +43,10 @@ CertificateViewerUITestAsync.prototype = { ...@@ -43,9 +43,10 @@ CertificateViewerUITestAsync.prototype = {
// Include the bulk of c++ code. // Include the bulk of c++ code.
// Certificate viewer UI tests are disabled on platforms with native certificate // Certificate viewer UI tests are disabled on platforms with native certificate
// viewers. // viewers.
// They fails on aura/linux, aura/chromeos. See crbug.com/105952.
GEN('#include "chrome/test/data/webui/certificate_viewer_ui_test-inl.h"'); GEN('#include "chrome/test/data/webui/certificate_viewer_ui_test-inl.h"');
GEN('') GEN('')
GEN('#if !defined(OS_POSIX) || defined(OS_MACOSX)') GEN('#if !defined(OS_POSIX) || defined(OS_MACOSX) || defined(USE_AURA)')
GEN('#define MAYBE_testDialogURL DISABLED_testDialogURL') GEN('#define MAYBE_testDialogURL DISABLED_testDialogURL')
GEN('#define MAYBE_testCN DISABLED_testCN') GEN('#define MAYBE_testCN DISABLED_testCN')
GEN('#define MAYBE_testDetails DISABLED_testDetails') GEN('#define MAYBE_testDetails DISABLED_testDetails')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment