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

Changeset 243915 in webkit


Ignore:
Timestamp:
Apr 4, 2019, 3:47:15 PM (7 years ago)
Author:
aakash_jain@apple.com
Message:

Disable Flaky API Test TestWebKitAPI.WebKit.FocusTextInputContext
https://bugs.webkit.org/show_bug.cgi?id=196629

Reviewed by Lucas Forschler.

  • TestWebKitAPI/Tests/WebKitCocoa/RequestTextInputContext.mm:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r243914 r243915  
     12019-04-04  Aakash Jain  <aakash_jain@apple.com>
     2
     3        Disable Flaky API Test TestWebKitAPI.WebKit.FocusTextInputContext
     4        https://bugs.webkit.org/show_bug.cgi?id=196629
     5
     6        Reviewed by Lucas Forschler.
     7
     8        * TestWebKitAPI/Tests/WebKitCocoa/RequestTextInputContext.mm:
     9
    1102019-04-04  Aakash Jain  <aakash_jain@apple.com>
    211
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/RequestTextInputContext.mm

    r242762 r243915  
    178178}
    179179
    180 TEST(WebKit, FocusTextInputContext)
     180TEST(WebKit, DISABLED_FocusTextInputContext)
    181181{
    182182    RetainPtr<WKWebViewConfiguration> configuration = adoptNS([[WKWebViewConfiguration alloc] init]);
Note: See TracChangeset for help on using the changeset viewer.