Disable two stories in blink_perf.bindings

The stories are failing on android one, so I'm disabling them.

TBR=nednguyen

Bug: 73612
Change-Id: I0c5aaa42a3f56cdab1d6a108ffad34d779c0069a
Reviewed-on: https://chromium-review.googlesource.com/545163
Reviewed-by: Stephen Martinis <martiniss@chromium.org>
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
Cr-Original-Commit-Position: refs/heads/master@{#482039}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 34f37e1bbdef96c69fb2209c6a957c8b9beb8bd3
diff --git a/perf/benchmarks/blink_perf.py b/perf/benchmarks/blink_perf.py
index 163136f..11f19bc 100644
--- a/perf/benchmarks/blink_perf.py
+++ b/perf/benchmarks/blink_perf.py
@@ -269,6 +269,14 @@
             'structured-clone-long-string-serialize.html',
             [story.expectations.ALL_ANDROID],
             'crbug.com/528472')
+        self.DisableStory(
+            'structured-clone-json-serialize.html',
+            [story.expectations.ANDROID_ONE],
+            'crbug.com/736123')
+        self.DisableStory(
+            'structured-clone-json-deserialize.html',
+            [story.expectations.ANDROID_ONE],
+            'crbug.com/736123')
     return StoryExpectations()