-
Notifications
You must be signed in to change notification settings - Fork 2.1k
tests/gcoap_dns: Remove duplicate #19154
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
Conversation
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.
bors merge
🕐 Waiting for PR status (GitHub check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
bors merge |
19154: tests/gcoap_dns: Remove duplicate r=miri64 a=Teufelchen1 ### Contribution description Removes a duplicated test. Originally, the test should have looked different and not be a duplicate. However, the behavior the test aimed at is no longer present anyway, hence it can be removed - rather than fixed. Further insights can be provided by `@miri64` Co-authored-by: Teufelchen1 <bennet.blischke@haw-hamburg.de>
bors cancel |
Canceled. |
18863: boards/esp32s2-mini: add definition for ESP32 S2 Mini r=miri64 a=benpicco 18934: shell/gnrc_icmpv6_echo: separate ICMPv6 echo sending / parsing from shell command r=miri64 a=benpicco 19154: tests/gcoap_dns: Remove duplicate r=miri64 a=Teufelchen1 ### Contribution description Removes a duplicated test. Originally, the test should have looked different and not be a duplicate. However, the behavior the test aimed at is no longer present anyway, hence it can be removed - rather than fixed. Further insights can be provided by `@miri64` Co-authored-by: Benjamin Valentin <benjamin.valentin@bht-berlin.de> Co-authored-by: Benjamin Valentin <benjamin.valentin@ml-pa.com> Co-authored-by: Teufelchen1 <bennet.blischke@haw-hamburg.de>
Build failed (retrying...): |
18934: shell/gnrc_icmpv6_echo: separate ICMPv6 echo sending / parsing from shell command r=miri64 a=benpicco 19060: SUBSYSTEMS.md: migrate subsystem list from wiki r=maribu a=jia200x 19154: tests/gcoap_dns: Remove duplicate r=miri64 a=Teufelchen1 ### Contribution description Removes a duplicated test. Originally, the test should have looked different and not be a duplicate. However, the behavior the test aimed at is no longer present anyway, hence it can be removed - rather than fixed. Further insights can be provided by `@miri64` Co-authored-by: Benjamin Valentin <benjamin.valentin@bht-berlin.de> Co-authored-by: Jose Alamos <jose@alamos.cc> Co-authored-by: Teufelchen1 <bennet.blischke@haw-hamburg.de>
This PR was included in a batch that was canceled, it will be automatically retried |
18934: shell/gnrc_icmpv6_echo: separate ICMPv6 echo sending / parsing from shell command r=maribu a=benpicco 19060: SUBSYSTEMS.md: migrate subsystem list from wiki r=maribu a=jia200x 19154: tests/gcoap_dns: Remove duplicate r=miri64 a=Teufelchen1 ### Contribution description Removes a duplicated test. Originally, the test should have looked different and not be a duplicate. However, the behavior the test aimed at is no longer present anyway, hence it can be removed - rather than fixed. Further insights can be provided by `@miri64` Co-authored-by: Benjamin Valentin <benjamin.valentin@bht-berlin.de> Co-authored-by: Jose Alamos <jose@alamos.cc> Co-authored-by: Teufelchen1 <bennet.blischke@haw-hamburg.de>
Build failed (retrying...): |
Build succeeded: |
Contribution description
Removes a duplicated test. Originally, the test should have looked different and not be a duplicate. However, the behavior the test aimed at is no longer present anyway, hence it can be removed - rather than fixed.
Further insights can be provided by @miri64