diff --git a/modules/features2d/test/test_keypoints.cpp b/modules/features2d/test/test_keypoints.cpp
index c3f8c6fb5d..b5d01a7378 100644
--- a/modules/features2d/test/test_keypoints.cpp
+++ b/modules/features2d/test/test_keypoints.cpp
@@ -119,6 +119,12 @@ protected:
 
 // Registration of tests
 
+TEST(Features2d_Detector_Keypoints_BRISK, validation)
+{
+    CV_FeatureDetectorKeypointsTest test(Algorithm::create<FeatureDetector>("Feature2D.BRISK"));
+    test.safe_run();
+}
+
 TEST(Features2d_Detector_Keypoints_FAST, validation)
 {
     CV_FeatureDetectorKeypointsTest test(Algorithm::create<FeatureDetector>("Feature2D.FAST"));