* TestWebKitAPI/Tests/WebKit2ObjC/ActionMenus.mm:
(TestWebKitAPI::TEST):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@184409
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-05-15 Timothy Horton <timothy_horton@apple.com>
+
+ Temporarily disable failing API test.
+
+ * TestWebKitAPI/Tests/WebKit2ObjC/ActionMenus.mm:
+ (TestWebKitAPI::TEST):
+
2015-05-15 Ravi Phaneendra Kasibhatla <r.kasibhatla@samsung.com>
User interruption while running of run-webkit-tests should also generate results.html
// FIXME: Ideally, each of these would be able to run as its own subtest in a suite, sharing a WKView (for performance reasons),
// but we cannot because run-api-tests explicitly runs each test in a separate process. So, we use a single test for many tests instead.
-TEST(WebKit2, ActionMenusTest)
+TEST(WebKit2, DISABLED_ActionMenusTest)
{
WKRetainPtr<WKContextRef> context = adoptWK(Util::createContextForInjectedBundleTest("ActionMenusTest"));