apps/blestress: run all tests

All implemented tests are working now - run all of them.
diff --git a/apps/blestress/src/rx_stress.c b/apps/blestress/src/rx_stress.c
index 2761196..95b7082 100644
--- a/apps/blestress/src/rx_stress.c
+++ b/apps/blestress/src/rx_stress.c
@@ -1456,12 +1456,6 @@
 
     /* 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);
     }