KKopyscinski commented on code in PR #986:
URL: https://github.com/apache/mynewt-nimble/pull/986#discussion_r1485819268


##########
apps/blestress/src/rx_stress.c:
##########
@@ -1444,14 +1444,11 @@ rx_stress_main_task_fn(void *arg)
     os_sem_pend(&rx_stress_main_sem, OS_TIMEOUT_NEVER);
 
     /* Standard tests perform */
-    for (i = 11; i < STRESS_UUIDS_NUM; ++i) {
-        if (i == 7 || i == 8 || i == 13) {
-            /* 7,8: PHY update tests cause that the device during the next test
-             * will stuck somewhere and will reset. Skip them for now.
-             * 13: Should work after fixing ble_gattc_notify_custom (nimble 
issue on GitHub)*/
+    for (i = 2; i < STRESS_UUIDS_NUM; ++i) {

Review Comment:
   Yes, but modified - looks like all tests are working now and neither should 
be skipped.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to