test_power_decoder: mark minor_19.csv as opint
authorDmitry Selyutin <ghostmansd@gmail.com>
Fri, 16 Sep 2022 19:50:40 +0000 (22:50 +0300)
committerDmitry Selyutin <ghostmansd@gmail.com>
Fri, 16 Sep 2022 19:50:40 +0000 (22:50 +0300)
src/openpower/decoder/test/test_power_decoder.py

index 84f5cc2f241eb25c108ae8bd43d58c5eb15ff0f9..b6bfe9a0c0a907ee7eadaabed6cd096723d0de09 100644 (file)
@@ -143,7 +143,7 @@ class DecoderTestCase(FHDLTestCase):
 
     def test_minor_19(self):
         self.run_tst((1, 11), "minor_19.csv", minor=(19, (26, 32)),
-                     suffix=(0, 5))
+                     suffix=(0, 5), opint=False)
 
     # def test_minor_19_00000(self):
     #     self.run_tst((1, 11), "minor_19_00000.csv")