This is an automated email from the ASF dual-hosted git repository.

kopyscinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit 8debcf0c46dfc6a7f8e21d86ff9715a2d522766b
Author: Krzysztof Kopyściński <krzysztof.kopyscin...@codecoup.pl>
AuthorDate: Fri Jun 11 14:46:45 2021 +0200

    apps/blestress: run all tests
    
    All implemented tests are working now - run all of them.
---
 apps/blestress/src/rx_stress.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/apps/blestress/src/rx_stress.c b/apps/blestress/src/rx_stress.c
index 2761196ca..95b708218 100644
--- a/apps/blestress/src/rx_stress.c
+++ b/apps/blestress/src/rx_stress.c
@@ -1456,12 +1456,6 @@ rx_stress_main_task_fn(void *arg)
 
     /* 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_gatts_notify_custom (nimble 
issue on GitHub)*/
-            continue;
-        }
         /* Start test. */
         rx_stress_start(i);
     }

Reply via email to