pidgin/pidgin

0b799504db33
Parents efb399171679
Children 4742f7be3111
Disable the super long jabber scram test
--- a/libpurple/protocols/jabber/tests/test_jabber_scram.c Thu Jan 18 19:56:00 2018 -0600
+++ b/libpurple/protocols/jabber/tests/test_jabber_scram.c Thu Jan 18 20:04:15 2018 -0600
@@ -22,7 +22,10 @@
assert_pbkdf2_equal("password", "salt", 1, "\x0c\x60\xc8\x0f\x96\x1f\x0e\x71\xf3\xa9\xb5\x24\xaf\x60\x12\x06\x2f\xe0\x37\xa6");
assert_pbkdf2_equal("password", "salt", 2, "\xea\x6c\x01\x4d\xc7\x2d\x6f\x8c\xcd\x1e\xd9\x2a\xce\x1d\x41\xf0\xd8\xde\x89\x57");
assert_pbkdf2_equal("password", "salt", 4096, "\x4b\x00\x79\x01\xb7\x65\x48\x9a\xbe\xad\x49\xd9\x26\xf7\x21\xd0\x65\xa4\x29\xc1");
+ /* This test is insane and takes forever, so it's disabled */
+ /*
assert_pbkdf2_equal("password", "salt", 16777216, "\xee\xfe\x3d\x61\xcd\x4d\xa4\xe4\xe9\x94\x5b\x3d\x6b\xa2\x15\x8c\x26\x34\xe9\x84");
+ */
}
static void