summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/selector.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokelib/selector.py')
-rw-r--r--buildscripts/resmokelib/selector.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildscripts/resmokelib/selector.py b/buildscripts/resmokelib/selector.py
index 5880e2b3c9f..36f2e608889 100644
--- a/buildscripts/resmokelib/selector.py
+++ b/buildscripts/resmokelib/selector.py
@@ -706,7 +706,6 @@ _SELECTOR_REGISTRY = {
"sleep_test": (_SleepTestCaseSelectorConfig, _SleepTestCaseSelector),
"genny_test": (_FileBasedSelectorConfig, _Selector),
"gennylib_test": (_GennylibTestCaseSelectorConfig, _GennylibTestCaseSelector),
- "cpp_libfuzzer_test": (_CppTestSelectorConfig, _CppTestSelector),
}