Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / webui / interstitials / interstitial_ui_browsertest.cc
index 1c536b1..f5379be 100644 (file)
@@ -15,7 +15,7 @@
 class InterstitialUITest : public InProcessBrowserTest {
  public:
    InterstitialUITest() {}
-   virtual ~InterstitialUITest() {}
+   ~InterstitialUITest() override {}
 
  protected:
   void TestInterstitial(GURL url, const std::string& page_title) {
@@ -32,7 +32,7 @@ class InterstitialUITest : public InProcessBrowserTest {
   }
 };
 
-IN_PROC_BROWSER_TEST_F(InterstitialUITest, FLAKY_OpenInterstitial) {
+IN_PROC_BROWSER_TEST_F(InterstitialUITest, DISABLED_OpenInterstitial) {
   TestInterstitial(
       GURL("chrome://interstitials"),
       "Interstitials");