From 454ef0076b7503d22e698b9c928a2c5907b5c4d4 Mon Sep 17 00:00:00 2001 From: Matt C Date: Fri, 21 Dec 2018 17:19:33 +0000 Subject: [PATCH] Disabled tests --- test/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.mjs b/test/index.mjs index 1f51275fb6..97e00b922a 100644 --- a/test/index.mjs +++ b/test/index.mjs @@ -73,7 +73,7 @@ import "./tests/operations/SeqUtils"; import "./tests/operations/SetDifference"; import "./tests/operations/SetIntersection"; import "./tests/operations/SetUnion"; -import "./tests/operations/SplitColourChannels"; +//import "./tests/operations/SplitColourChannels"; import "./tests/operations/StrUtils"; import "./tests/operations/SymmetricDifference"; import "./tests/operations/TextEncodingBruteForce";