mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-04-03 03:00:17 -04:00
Add xfail reason
This commit is contained in:
@@ -40,7 +40,8 @@ class AlbertBaseModuleTest(unittest.TestCase):
|
||||
device = "cpu"
|
||||
self.module_tester.create_and_check_module(dynamic, device)
|
||||
|
||||
@pytest.mark.xfail
|
||||
@pytest.mark.xfail(
|
||||
reason="https://github.com/google/iree/issues/9553")
|
||||
@pytest.mark.skipif(check_device_drivers("gpu"),
|
||||
reason="nvidia-smi not found")
|
||||
def test_module_static_gpu(self):
|
||||
|
||||
Reference in New Issue
Block a user