summaryrefslogtreecommitdiff
path: root/test/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.py')
-rwxr-xr-xtest/test.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test.py b/test/test.py
index a55d322..8d7c8e3 100755
--- a/test/test.py
+++ b/test/test.py
@@ -259,9 +259,7 @@ def do_main(smoke_test):
{'GUEST_ROOTFS': ROOTFS}
])
run_config('cca-3world.yaml', None, make_rtcmds({'KERNEL': KERNEL, 'ROOTFS': ROOTFS}))
- # TODO: Disabled due to Hafnium requiring MTE but RMM does not support
- # it. Reenable when Hafnium fixed to remove dependency.
- # run_config('cca-4world.yaml', None, make_rtcmds({'KERNEL': KERNEL, 'ROOTFS': ROOTFS}))
+ run_config('cca-4world.yaml', None, make_rtcmds({'KERNEL': KERNEL, 'ROOTFS': ROOTFS}))
print_results()