diff --git a/lightmotif/tests/dna.rs b/lightmotif/tests/dna.rs
index 628242842889bd0289a3b8ba41e736b968f27e0f..9776677c6817f6a8cfb280cc701b0d42b7ee1253 100644
--- a/lightmotif/tests/dna.rs
+++ b/lightmotif/tests/dna.rs
@@ -358,11 +358,12 @@ mod neon {
         super::test_score_rows::<U16, _>(&pli);
     }
 
-    // #[test]
-    // fn score_discrete() {
-    //     let pli = Pipeline::neon().unwrap();
-    //     super::test_score_discrete(&pli);
-    // }
+    #[test]
+    fn score_discrete() {
+        let pli = Pipeline::neon().unwrap();
+        super::test_score_discrete::<U32, _>(&pli);
+        super::test_score_discrete::<U16, _>(&pli);
+    }
 
     #[test]
     fn argmax() {