Skip to content

Commit 980c611

Browse files
SiegeLordExtensorflower-gardener
authored andcommitted
Disable experimental/mcmc:windowed_sampling_test PrecompiledTest.
PiperOrigin-RevId: 387726228
1 parent d85f921 commit 980c611

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorflow_probability/python/experimental/mcmc/windowed_sampling_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,7 @@ def hmc_kwargs(self):
621621
('nuts_jit_sig', 'nuts'))
622622
def test_base_kernel(self, kind):
623623
self.skip_if_no_xla()
624+
self.skipTest('b/195070752')
624625

625626
if JAX_MODE:
626627
input_signature = None

0 commit comments

Comments
 (0)