Skip to content

Commit

Permalink
Bug 1136095, temporarily remove ciphers m and l from memleak testing,…
Browse files Browse the repository at this point in the history
… r=bustage
  • Loading branch information
kaie committed Mar 12, 2015
1 parent 40f643a commit 01041ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/memleak/memleak.sh
Expand Up @@ -206,7 +206,8 @@ set_test_mode()
${BINDIR}/modutil -dbdir ${CLIENT_DB} -list

echo "${SCRIPTNAME}: FIPS is OFF"
cipher_list="A B C D E F :C001 :C002 :C003 :C004 :C005 :C006 :C007 :C008 :C009 :C00A :C010 :C011 :C012 :C013 :C014 c d e f g i j k l m n v y z"
# ciphers l and m removed, see bug 1136095
cipher_list="A B C D E F :C001 :C002 :C003 :C004 :C005 :C006 :C007 :C008 :C009 :C00A :C010 :C011 :C012 :C013 :C014 c d e f g i j k n v y z"
fi
}

Expand Down

0 comments on commit 01041ac

Please sign in to comment.