[ModelOnTheFlyConversionTester] Mark as slow for now (#27823)

* mark test as slow for now

* style
This commit is contained in:
Arthur 2023-12-04 08:33:15 +01:00 committed by GitHub
parent 269078a7eb
commit c0b9db0914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1167,6 +1167,7 @@ class ModelUtilsTest(TestCasePlus):
self.assertTrue(torch.equal(p1, p2))
@slow
@require_torch
class ModelOnTheFlyConversionTester(unittest.TestCase):
@classmethod