Revert "BTS_Tests: execute TC_dyn_osmo_pdch_{tchh,sdcch8}_race_act last"

This reverts commit 46f199271ef77a5143d95894801eb0c86c51a565.

Crashing the IUT is no longer the case, so return these back.

Change-Id: I004b55a79a04a20209d8a91e1f307f55c2b6ea13
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 3fe6120..df18403 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -9335,6 +9335,8 @@
 	execute( TC_dyn_osmo_pdch_tchf_act() );
 	execute( TC_dyn_osmo_pdch_tchh_act() );
 	execute( TC_dyn_osmo_pdch_sdcch8_act() );
+	execute( TC_dyn_osmo_pdch_tchh_race_act() );
+	execute( TC_dyn_osmo_pdch_sdcch8_race_act() );
 	execute( TC_dyn_ipa_pdch_tchf_act() );
 	execute( TC_dyn_ipa_pdch_tchf_act_pdch_act_nack() );
 
@@ -9396,11 +9398,6 @@
 	execute( TC_acch_overpower_always_on_facch() );
 	execute( TC_acch_overpower_always_on_sacch() );
 	execute( TC_acch_overpower_limit() );
-
-	/* BEWARE: these test cases can potentially break the IUT or cause
-	 * weird/unexpected behavior.  Ensure that they are executed last. */
-	execute( TC_dyn_osmo_pdch_tchh_race_act() );
-	execute( TC_dyn_osmo_pdch_sdcch8_race_act() );
 }