Skip to content

Commit 2e21816

Browse files
SiegeLordExtensorflower-gardener
authored andcommitted
Disable platform_compatibility_test under TF1 temporarily, it is flaky.
PiperOrigin-RevId: 462709046
1 parent 6a82ed8 commit 2e21816

File tree

1 file changed

+4
-1
lines changed
  • tensorflow_probability/python/distributions

1 file changed

+4
-1
lines changed

tensorflow_probability/python/distributions/BUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4192,7 +4192,10 @@ py_test(
41924192
size = "large",
41934193
srcs = ["platform_compatibility_test.py"],
41944194
shard_count = 50,
4195-
tags = ["hypothesis"],
4195+
tags = [
4196+
"hypothesis",
4197+
"tf1-broken", # TODO(b/239963967): Flaky under TF1.
4198+
],
41964199
deps = [
41974200
":distributions",
41984201
":hypothesis_testlib",

0 commit comments

Comments
 (0)