Title: [243912] trunk/Tools
Revision
243912
Author
aakash_j...@apple.com
Date
2019-04-04 15:11:46 -0700 (Thu, 04 Apr 2019)

Log Message

Disable Flaky API Test TestWebKitAPI.KeyboardInputTests.KeyboardTypeForInput
https://bugs.webkit.org/show_bug.cgi?id=196630

Reviewed by Wenson Hsieh.

* TestWebKitAPI/Tests/ios/KeyboardInputTestsIOS.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (243911 => 243912)


--- trunk/Tools/ChangeLog	2019-04-04 22:07:09 UTC (rev 243911)
+++ trunk/Tools/ChangeLog	2019-04-04 22:11:46 UTC (rev 243912)
@@ -1,3 +1,12 @@
+2019-04-04  Aakash Jain  <aakash_j...@apple.com>
+
+        Disable Flaky API Test TestWebKitAPI.KeyboardInputTests.KeyboardTypeForInput
+        https://bugs.webkit.org/show_bug.cgi?id=196630
+
+        Reviewed by Wenson Hsieh.
+
+        * TestWebKitAPI/Tests/ios/KeyboardInputTestsIOS.mm:
+
 2019-04-04  Youenn Fablet  <you...@apple.com>
 
         Pass storage quota parameters from UIProcess to NetworkProcess as part of WebsiteDataStore parameters

Modified: trunk/Tools/TestWebKitAPI/Tests/ios/KeyboardInputTestsIOS.mm (243911 => 243912)


--- trunk/Tools/TestWebKitAPI/Tests/ios/KeyboardInputTestsIOS.mm	2019-04-04 22:07:09 UTC (rev 243911)
+++ trunk/Tools/TestWebKitAPI/Tests/ios/KeyboardInputTestsIOS.mm	2019-04-04 22:11:46 UTC (rev 243912)
@@ -340,7 +340,7 @@
     [webView waitForSelectionViewRectsToBecome:expectedSelectionRects];
 }
 
-TEST(KeyboardInputTests, KeyboardTypeForInput)
+TEST(KeyboardInputTests, DISABLED_KeyboardTypeForInput)
 {
     auto webView = adoptNS([[TestWKWebView alloc] initWithFrame:CGRectMake(0, 0, 320, 500)]);
     auto inputDelegate = adoptNS([[TestInputDelegate alloc] init]);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to