⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243912 in webkit


Ignore:
Timestamp:
Apr 4, 2019, 3:11:46 PM (7 years ago)
Author:
aakash_jain@apple.com
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:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r243911 r243912  
     12019-04-04  Aakash Jain  <aakash_jain@apple.com>
     2
     3        Disable Flaky API Test TestWebKitAPI.KeyboardInputTests.KeyboardTypeForInput
     4        https://bugs.webkit.org/show_bug.cgi?id=196630
     5
     6        Reviewed by Wenson Hsieh.
     7
     8        * TestWebKitAPI/Tests/ios/KeyboardInputTestsIOS.mm:
     9
    1102019-04-04  Youenn Fablet  <youenn@apple.com>
    211
  • trunk/Tools/TestWebKitAPI/Tests/ios/KeyboardInputTestsIOS.mm

    r243153 r243912  
    341341}
    342342
    343 TEST(KeyboardInputTests, KeyboardTypeForInput)
     343TEST(KeyboardInputTests, DISABLED_KeyboardTypeForInput)
    344344{
    345345    auto webView = adoptNS([[TestWKWebView alloc] initWithFrame:CGRectMake(0, 0, 320, 500)]);
Note: See TracChangeset for help on using the changeset viewer.