From abb3ba044270542326edfa523f64ab78c8b87833 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 7 Apr 2020 12:16:16 -0700 Subject: [PATCH] increase the macos 3.8 pip build timeout, disable a failing test. PiperOrigin-RevId: 305313616 Change-Id: I2c34f72b14962181032d5e080183ee3a064d58af --- tensorflow/python/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD index b4c95d3ac18..3add9dd0797 100644 --- a/tensorflow/python/BUILD +++ b/tensorflow/python/BUILD @@ -6563,6 +6563,7 @@ tf_py_test( # multiprocessing can be flaky in the internal google # environment, so we disable it there. "notap", + "no_oss_py38", # The multiprocessing module behaves differently on # windows, so we disable this test on windows. "no_windows",