Index: chrome/common/extensions/docs/server2/integration_test.py |
diff --git a/chrome/common/extensions/docs/server2/integration_test.py b/chrome/common/extensions/docs/server2/integration_test.py |
index 6f0244c39e983bdd40b828b519def5242ccbce4c..392337d28dc610a1fa66d7b2c3dd8bf621a679ec 100755 |
--- a/chrome/common/extensions/docs/server2/integration_test.py |
+++ b/chrome/common/extensions/docs/server2/integration_test.py |
@@ -12,8 +12,6 @@ import handler |
from handler import Handler |
KNOWN_FAILURES = [ |
- # Exception in schema compiler (model.py). See http://crbug.com/141279. |
- 'app.html', |
] |
class _MockResponse(object): |