Title: [244249] trunk/Tools
- Revision
- 244249
- Author
- [email protected]
- Date
- 2019-04-14 17:02:05 -0700 (Sun, 14 Apr 2019)
Log Message
Disable Flaky API Test WKAttachmentTests.AddAttachmentToConnectedImageElement
https://bugs.webkit.org/show_bug.cgi?id=196909
Reviewed by Wenson Hsieh.
* TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm:
(TestWebKitAPI::TEST):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (244248 => 244249)
--- trunk/Tools/ChangeLog 2019-04-14 20:52:46 UTC (rev 244248)
+++ trunk/Tools/ChangeLog 2019-04-15 00:02:05 UTC (rev 244249)
@@ -1,3 +1,13 @@
+2019-04-14 Aakash Jain <[email protected]>
+
+ Disable Flaky API Test WKAttachmentTests.AddAttachmentToConnectedImageElement
+ https://bugs.webkit.org/show_bug.cgi?id=196909
+
+ Reviewed by Wenson Hsieh.
+
+ * TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm:
+ (TestWebKitAPI::TEST):
+
2019-04-13 Tadeu Zagallo <[email protected]>
CodeCache should check that the UnlinkedCodeBlock was successfully created before caching it
Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm (244248 => 244249)
--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm 2019-04-14 20:52:46 UTC (rev 244248)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm 2019-04-15 00:02:05 UTC (rev 244249)
@@ -1346,7 +1346,7 @@
[webView waitForImageElementSizeToBecome:CGSizeMake(215, 174)];
}
-TEST(WKAttachmentTests, AddAttachmentToConnectedImageElement)
+TEST(WKAttachmentTests, DISABLED_AddAttachmentToConnectedImageElement)
{
auto webView = webViewForTestingAttachments();
[webView _synchronouslyExecuteEditCommand:@"InsertHTML" argument:@"<img></img>"];
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes