mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
[key reuse] avoid inadvertently duplicated test cases
This commit is contained in:
parent
6b4960b17f
commit
5ae4bffcb2
@ -575,7 +575,7 @@ class KeyReuseIntegrationTest(jtu.JaxTestCase):
|
||||
|
||||
|
||||
@jtu.with_config(jax_enable_checks=False)
|
||||
class KeyReuseGlobalFlags(KeyReuseIntegrationTest):
|
||||
class KeyReuseGlobalFlags(jtu.JaxTestCase):
|
||||
def test_key_reuse_flag(self):
|
||||
|
||||
@jax.jit
|
||||
|
Loading…
x
Reference in New Issue
Block a user