diff --git a/tests/meson.build b/tests/meson.build
index b7d3ddce413185878fdd10cb15320494e61c442e..60b881dddb5e10cbbad2e2a456bbe71e3654a830 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -20,11 +20,10 @@ tests = {
 			'description': 'Test EMPER\'s C++ API',
 		  },
 
-		  # 'SimpleActorTest.cpp':
-		  # {
-		  # 	'description': 'Simple Actor Test',
-		  # 	'test_suite': 'broken',
-		  # },
+		  'SimpleActorTest.cpp':
+		  {
+			'description': 'Simple Actor Test',
+		  },
 
 		  'SimpleLawsTest.cpp':
 		  {