Skip to content

Commit

Permalink
Merge pull request #1531 from telefonicaid/task/skip-explicitAttrs-te…
Browse files Browse the repository at this point in the history
…sts-lib

Skip explicitAttrs No Lib
  • Loading branch information
fgalan authored Nov 24, 2023
2 parents dc58c63 + bb2915c commit dab14a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/functional/testCases.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit dab14a8

Please sign in to comment.