aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test_ignore_list.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test_ignore_list.py b/test_ignore_list.py
index c5db6d2..e302651 100644
--- a/test_ignore_list.py
+++ b/test_ignore_list.py
@@ -3,5 +3,6 @@
# when running a set of tests.
ignore_test_tuple = [
- "rv64ssvnapot-p-napot",
+ "rv64ssvnapot-p-napot", # naport Not implemented in the Sail model
+ "rv64mzicbo-p-zero", # cbo Not implemented in the Sail model
]