diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 3833858e87934e09b964edf05a7e5a0194bcdf62..296f756ec74104177e2228887c4e4f55639d5119 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -4,6 +4,7 @@ set(TESTS
   averagedistanceassemblertest
   cosseratenergytest
   cosseratrodenergytest
+  cosseratrodtest
   embeddedglobalgfefunctiontest
   harmonicenergytest
   localgeodesicfefunctiontest
@@ -17,13 +18,6 @@ set(TESTS
   targetspacetest
 )
 
-# TODO: This test currently run-time fails in some of the CI pipelines,
-# and I am not able to figure out why.  I disable the test to make the
-# rest of the CI tests usable again.
-# if (${DUNE_COMMON_VERSION} VERSION_GREATER_EQUAL 2.8)
-#   set(TESTS cosseratrodtest ${TESTS})
-# endif()
-
 if (dune-curvedgrid_FOUND)
   set(TESTS test-cylinder ${TESTS})
 endif()