diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-12 21:43:41 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-12 21:43:41 +0000 |
commit | 60e94ad8d5fd1c20ebfbee7af57ae4fb0e955fad (patch) | |
tree | f7ffc4200fcbecb1939d51bda012830dd7b6a918 /chrome | |
parent | 4a6cfff2128fd8a6193670d000d3ca10bdbdfb12 (diff) | |
download | chromium_src-60e94ad8d5fd1c20ebfbee7af57ae4fb0e955fad.zip chromium_src-60e94ad8d5fd1c20ebfbee7af57ae4fb0e955fad.tar.gz chromium_src-60e94ad8d5fd1c20ebfbee7af57ae4fb0e955fad.tar.bz2 |
Disable the Delayed UI test so the tree will be green.
TBR=maruel
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@747 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/printing/printing_layout_uitest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/printing/printing_layout_uitest.cc b/chrome/browser/printing/printing_layout_uitest.cc index ffd20d7..97675c3 100644 --- a/chrome/browser/printing/printing_layout_uitest.cc +++ b/chrome/browser/printing/printing_layout_uitest.cc @@ -565,7 +565,7 @@ TEST_F(PrintingLayoutTestHidden, ManyTimes) { } // Prints a popup and immediately closes it. -TEST_F(PrintingLayoutTest, Delayed) { +TEST_F(PrintingLayoutTest, DISABLED_Delayed) { if (IsTestCaseDisabled()) return; |