Deactivate windows test for TensorFlow

This has been failing forever, it clutter the output and we just
stop looking at tensorflow, instead deactive windows until we can
really rely on it.

Change-Id: Ide64937b8c1ea2dcb3b86e6d441429b66c2429d8
diff --git a/jenkins/jobs/configs/tensorflow.json b/jenkins/jobs/configs/tensorflow.json
index c70b406..fe7f4b7 100644
--- a/jenkins/jobs/configs/tensorflow.json
+++ b/jenkins/jobs/configs/tensorflow.json
@@ -20,7 +20,7 @@
             "tests": ["filter(':(lib|platform)_.*', kind(test, //tensorflow/core:all))"],
             "targets": ["//tensorflow/tools/pip_package:build_pip_package"]
         }
-    }, {
+    }/*, {
         "toolchain": "msvc",
         "configurations": [{
             "variation": "",
@@ -36,5 +36,5 @@
                 ".\\tensorflow\\tools\\ci_build\\windows\\cpu\\pip\\run.bat"
             ],
         }
-    }
+    } */
 ]