| 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
|
|
|