Skip to content
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

Merged
merged 2 commits into from
Nov 24, 2023
Merged

Skip explicitAttrs No Lib #1531

merged 2 commits into from
Nov 24, 2023

Conversation

mapedraza
Copy link
Collaborator

Modify tests to skip this cases in JSON agent untill the following issue is fixed:
telefonicaid/iotagent-json#782

@@ -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
Copy link
Member

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.

Copy link
Collaborator Author

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.

Copy link
Member

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@fgalan fgalan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fgalan fgalan merged commit dab14a8 into master Nov 24, 2023
8 checks passed
@fgalan fgalan deleted the task/skip-explicitAttrs-tests-lib branch November 24, 2023 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants