skip extremely slow tests -- >2hr last I checked
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 16 May 2024 01:59:43 +0000 (18:59 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 16 May 2024 01:59:43 +0000 (18:59 -0700)
src/nmigen_gf/hdl/test/test_clmul.py

index 42c29cf3c0be6c39fb7116204cdbe846675c1f50..6a066d2ff5b8a2a885b1da22f8f09ddfaaf47c4d 100644 (file)
@@ -96,9 +96,11 @@ class TestCLMulAdd(FHDLTestCase):
     def test_formal_4x4_8(self):
         self.tst_formal(4, (8,))
 
+    @unittest.skip("very slow")
     def test_formal_64x64(self):
         self.tst_formal(64, ())
 
+    @unittest.skip("very slow")
     def test_formal_64x64_64(self):
         self.tst_formal(64, (64,))