Index: trunk/src/chrome/browser/extensions/stubs_apitest.cc |
=================================================================== |
--- trunk/src/chrome/browser/extensions/stubs_apitest.cc (revision 269045) |
+++ trunk/src/chrome/browser/extensions/stubs_apitest.cc (working copy) |
@@ -29,12 +29,3 @@ |
ResultCatcher catcher; |
ASSERT_TRUE(catcher.GetNextResult()); |
} |
- |
-// Tests that all API features that are available to a platform app actually |
-// can be used in an app. For example, this test will fail if a developer adds |
-// an API feature without providing a schema. http://crbug.com/369318 |
-IN_PROC_BROWSER_TEST_F(ExtensionApiTest, StubsApp) { |
- ASSERT_TRUE(embedded_test_server()->InitializeAndWaitUntilReady()); |
- |
- ASSERT_TRUE(RunPlatformAppTest("stubs_app")) << message_; |
-} |