test/test_cpu: Disable Minerva test for now.

This commit is contained in:
Florent Kermarrec 2021-12-13 16:47:41 +01:00
parent cec83a5dd8
commit e50ff33c6e
1 changed files with 3 additions and 2 deletions

View File

@ -56,8 +56,9 @@ class TestCPU(unittest.TestCase):
def test_picorv32(self):
self.assertTrue(self.boot_test("picorv32"))
def test_minerva(self):
self.assertTrue(self.boot_test("minerva"))
# FIXME: Wait for Aramanth/Minerva to stabilize.
#def test_minerva(self):
# self.assertTrue(self.boot_test("minerva"))
# OpenRISC CPUs.
#def test_mor1kx(self):