add some test description

This commit is contained in:
Johannes Zellner
2018-06-25 00:37:47 +02:00
parent 3a22716df6
commit 123a11ee9d
+1
View File
@@ -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) {