From 37ef492642f89cd61f635bd65fa14743b7e3821c Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Sun, 26 Oct 2014 03:44:55 -0700 Subject: [PATCH] Remove now-broken axolotl test --- js/testvectors.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }();