summaryrefslogtreecommitdiffstats
path: root/chrome/browser/iframe_uitest.cc
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-08 18:18:25 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-08 18:18:25 +0000
commit8f165b87f4b917cc92e6fc0c7968da216e2210b3 (patch)
tree8d37b605433e964481c59110c5a4d7a2c68b55f4 /chrome/browser/iframe_uitest.cc
parent80cfbdba3fe5f7a2abbb76e383117fc35ee08d16 (diff)
downloadchromium_src-8f165b87f4b917cc92e6fc0c7968da216e2210b3.zip
chromium_src-8f165b87f4b917cc92e6fc0c7968da216e2210b3.tar.gz
chromium_src-8f165b87f4b917cc92e6fc0c7968da216e2210b3.tar.bz2
linux: temporarily disable a test due to flakiness.
Relevant bugs have been filed. TBR=tony Review URL: http://codereview.chromium.org/64001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13367 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/iframe_uitest.cc')
-rw-r--r--chrome/browser/iframe_uitest.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/iframe_uitest.cc b/chrome/browser/iframe_uitest.cc
index 2f3a7f7..347610c 100644
--- a/chrome/browser/iframe_uitest.cc
+++ b/chrome/browser/iframe_uitest.cc
@@ -6,6 +6,7 @@
#include "base/file_path.h"
#include "base/file_util.h"
#include "base/platform_thread.h"
+#include "build/build_config.h"
#include "chrome/test/ui/ui_test.h"
#include "net/base/net_util.h"
@@ -31,6 +32,10 @@ TEST_F(IFrameTest, Crash) {
NavigateAndVerifyTitle("iframe.html", L"iframe test");
}
+#if !defined(OS_LINUX)
+// Temporarily disabled on Linux -- see bug 9870.
+// http://code.google.com/p/chromium/issues/detail?id=9870
TEST_F(IFrameTest, InEmptyFrame) {
NavigateAndVerifyTitle("iframe_in_empty_frame.html", L"iframe test");
}
+#endif