diff --git a/test/functional/testCases.js b/test/functional/testCases.js index c8db55efe..9a13ad85f 100644 --- a/test/functional/testCases.js +++ b/test/functional/testCases.js @@ -2424,6 +2424,7 @@ const testCases = [ { shouldName: 'C - WHEN sending only b IT should store only [{object_id:b}] attrs into Context Broker', type: 'single', + skip: '!lib', // FIXME: https://github.com/telefonicaid/iotagent-json/issues/782 measure: { url: 'http://localhost:' + config.http.port + '/iot/json', method: 'POST', @@ -2450,6 +2451,7 @@ const testCases = [ shouldName: 'D - WHEN no sending any defined case IT should store [static_a,static_b] attrs into Context Broker', type: 'single', + skip: '!lib', // FIXME: https://github.com/telefonicaid/iotagent-json/issues/782 measure: { url: 'http://localhost:' + config.http.port + '/iot/json', method: 'POST',