SGSN_Tests_Iu: Enable Iu tests that made the SGSN crash

Depends: osmo-sgsn I3fc614da6ba137e871ee0fe86ca22b6a4a354dd2
Change-Id: I96851c7c06c8f95ad280a275c2b83d825f0c88cb
Related: OS#3727
This commit is contained in:
Daniel Willmann 2020-01-22 18:23:46 +01:00
parent 1c1161119d
commit 69cfc5e417
1 changed files with 2 additions and 3 deletions

View File

@ -85,9 +85,8 @@ testcase TC_geran_attach_iu_rau() runs on test_CT {
control { control {
execute( TC_iu_attach() ); execute( TC_iu_attach() );
/* FIXME: will crash the sgsn execute( TC_iu_attach_geran_rau() );
* execute( TC_iu_attach_geran_rau() ); execute( TC_geran_attach_iu_rau() );
* execute( TC_geran_attach_iu_rau() ); */
} }