Skip to content

Commit

Permalink
Skip broken tests at HEAD
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 723321880
  • Loading branch information
yashk2810 authored and Google-ML-Automation committed Feb 5, 2025
1 parent 9aa9813 commit c07b6b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/random_lax_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1271,6 +1271,8 @@ def testMultinomialExample(self):
for outcomes in [2, 3, 4]
])
def testMultinomialShape(self, shape, outcomes):
if outcomes == 2:
self.skipTest('Broken at HEAD b/394428711')
key = random.key(0)

key, subkey = random.split(key)
Expand Down

0 comments on commit c07b6b5

Please sign in to comment.