Disable isolate_profile_data for chromedriver_pytests on win10 CQ bot

Something in the coverage merge script is failing for this suite on
this bot, causing some builds to fail. Disable the coverage on this
suite in the meantime.

Bug: 1369158, 1346781
Change-Id: I064d7a76703cd8a0cf2c79795a53dba5930f7e4a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3924157
Commit-Queue: Ben Pastene <[email protected]>
Reviewed-by: Garrett Beaty <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1052512}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index 7fa0a56..4ad982e 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -1565,6 +1565,12 @@
     },
   },
   'chromedriver_py_tests': {
+    'modifications': {
+      'Win10 Tests x64': {
+        # TODO(crbug.com/1369158): Fix & re-enable.
+        'isolate_profile_data': False,
+      },
+    },
     'remove_from': [
       # Timeout happens sometimes (crbug.com/951799).
       'Win10 Tests x64 (dbg)',