Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: chrome/common/extensions/docs/server2/integration_test.py

Issue 10854054: Extensions Docs Server: Fix handling of nodocs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: return samples Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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):

Powered by Google App Engine
This is Rietveld 408576698