-
Notifications
You must be signed in to change notification settings - Fork 59
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
Port internetnl bit → nibble #4026
base: feature/nibbles
Are you sure you want to change the base?
Conversation
…bbles-https-availability
…ty' into feature/nibbles-internetnl
Blocked on #4000 resolution. |
Quality Gate failedFailed conditions |
@@ -17,7 +17,7 @@ services: | |||
args: | |||
ENVIRONMENT: dev | |||
context: . | |||
command: pytest tests/integration --timeout=300 | |||
command: pytest -s tests/integration/test_internetnl_nibble.py --timeout=300 |
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.
probably not what you wanted to commit?
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.
I'm leaving it till the draft is completed.
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.
Context: these are branches we pass back and forth a lot so we want to directly in the test we are working on
Changes
Port internetnl bit → nibble
Issue link
#3808
Demo
N/A
QA notes
N/A
Code Checklist
.env
changes files if required and changed the.env-dist
accordingly.Checklist for code reviewers:
Copy-paste the checklist from the docs/source/templates folder into your comment.
Checklist for QA:
Copy-paste the checklist from the docs/source/templates folder into your comment.