Skip to content
Merged
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
7 changes: 6 additions & 1 deletion tests/pallas/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,16 @@ jax_multiplatform_test(
srcs = [
"mosaic_gpu_test.py",
],
disable_configs = [
# TODO(b/462499936): Re-enable when test passes on MIG partition.
"gpu_b200",
],
enable_backends = [],
enable_configs = [
"gpu_h100_x32",
"gpu_h100",
"gpu_b200",
# TODO(b/462499936): Remove gpu_b200_full when test passes onMIG partition.
"gpu_b200_full",
],
shard_count = 4,
tags = [
Expand Down
Loading