diff --git a/src/freedombone-tests b/src/freedombone-tests
index cae35bd158a0def56d057bb78fc43128226e5030..158176958d5735828776b38106c888c88c3773db 100755
--- a/src/freedombone-tests
+++ b/src/freedombone-tests
@@ -1151,15 +1151,6 @@ function test_stig {
     output "V-38683" $? ${SETLANG}
     ################
 
-    ##RHEL-06-000299
-    ##The system must require passwords to contain no more than three consecutive repeating characters.
-
-    bash $STIG_TESTS_DIR/check-password.sh /etc/pam.d/common-password pam_cracklib.so maxrepeat lt 3 > /dev/null 2>&1 &
-
-    stig_spinner $!
-    output "V-38693" $? ${SETLANG}
-    ################
-
     ##RHEL-06-000302
     ##A file integrity tool must be used at least weekly to check for unauthorized file changes, particularly the addition of unauthorized system libraries or binaries, or for unauthorized modification to authorized system libraries or binaries.