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

Unified Diff: dashboard/dashboard/graph_json_test.py

Issue 1549583002: In /graph_json, check internal_only on Test entity and skip test for all Row entities. (Closed) Base URL: https://github.com/catapult-project/catapult@master
Patch Set: Removed purposeful fail for local debugging Created 5 years 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: dashboard/dashboard/graph_json_test.py
diff --git a/dashboard/dashboard/graph_json_test.py b/dashboard/dashboard/graph_json_test.py
index 5bf5d483cd388a56187e6b4954614006ec4e5869..6fbb534eba7fa825759381344991cf323ecdcae5 100644
--- a/dashboard/dashboard/graph_json_test.py
+++ b/dashboard/dashboard/graph_json_test.py
@@ -26,6 +26,7 @@ class GraphJsonTest(testing_common.TestCase):
[('/graph_json', graph_json.GraphJsonHandler)])
self.testapp = webtest.TestApp(app)
testing_common.SetInternalDomain('google.com')
+ self.PatchDatastoreHooksRequest()
# TODO(qyearsley): graph_json_test is very slow (it takes 60+ seconds
# to run sometimes), and I have a hypothesis that most of the time is

Powered by Google App Engine
This is Rietveld 408576698