Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/pallas/tpu_pallas_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2269,6 +2269,8 @@ def test_automatic_single_buffering(self,):
self.skipTest('OOM tests need us to compile the kernels')
if not jtu.if_cloud_tpu_at_least(2025, 11, 12):
self.skipTest('Support added on Oct 14, 2025')
if jtu.is_device_tpu_at_least(6):
self.skipTest('Test currently fails on TPU v6e and v7x')

def body(y_ref):
pass # We only want to compile the kernel.
Expand Down
Loading