https://bugs.webkit.org/show_bug.cgi?id=170195
Unreviewed test gardening.
* TestWebKitAPI/Tests/WebKit2Cocoa/AnimatedResize.mm:
(TEST):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@216230
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2017-05-04 Ryan Haddad <ryanhaddad@apple.com>
+
+ Disable failing API test WebKit2.ResizeWithHiddenContentDoesNotHang.
+ https://bugs.webkit.org/show_bug.cgi?id=170195
+
+ Unreviewed test gardening.
+
+ * TestWebKitAPI/Tests/WebKit2Cocoa/AnimatedResize.mm:
+ (TEST):
+
2017-05-04 Don Olmstead <don.olmstead@am.sony.com>
[Win] Remove redundant macros that are set in the CMake config
return navigationDelegate;
}
-TEST(WebKit2, ResizeWithHiddenContentDoesNotHang)
+TEST(WebKit2, DISABLED_ResizeWithHiddenContentDoesNotHang)
{
auto webView = createAnimatedResizeWebView();
auto navigationDelegate = createFirstVisuallyNonEmptyWatchingNavigationDelegate();