diff --git a/test.js b/test.js index 51c38ba8f..c05f98850 100644 --- a/test.js +++ b/test.js @@ -78,6 +78,7 @@ describe('Daemon', function () { }); xit('can handle message with :', function (done) { + // this is what we see from docker syslog const message = '<30>1 2018-06-24T22:22:53Z my.test.com testapp 26599 testapp - This: contains two : colons'; sendMessage(message, function (error) {