-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip explicitAttrs No Lib #1531
Conversation
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The usage of lib
is documented in https://github.com/telefonicaid/iotagent-node-lib/blob/master/test/functional/README.md, but not the usage of !lib
. Maybe that document should be improved to explain the !lib
case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right. Anyway, I think the best is to create a separated PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's do it and merge both at the same time?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Modify tests to skip this cases in JSON agent untill the following issue is fixed:
telefonicaid/iotagent-json#782