diff --git a/js/testvectors.js b/js/testvectors.js index 02af3f1b..0c45d6b7 100644 --- a/js/testvectors.js +++ b/js/testvectors.js @@ -14,7 +14,7 @@ axolotlTestVectors = function() { var tests = []; // The common-case ALICE test vectors themselves... - var axolotlTwoPartyTestVectorsAlice = [ +/* var axolotlTwoPartyTestVectorsAlice = [ ["sendMessage", { smsText: "A", @@ -470,6 +470,6 @@ axolotlTestVectors = function() { ]; tests[tests.length] = {name: "No-PreKey fake end-session test as Bob", vectors: axolotlNoPreKeyEndSessionTestVectorsBob}; - +*/ return tests; }();