aboutsummaryrefslogtreecommitdiffstats
path: root/msc/MSC_Tests_Iu.ttcn
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2020-06-30 01:27:47 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2020-10-15 02:09:13 +0000
commitc34e7b753bb0d9b38e89c3f3c061baf01087194b (patch)
treeb48728134bf28ff754179fceae03e28bc46ec0fe /msc/MSC_Tests_Iu.ttcn
parentfb53e20dea6186046ae4a56af1ee06c5274e3ecb (diff)
disable testsneels/lcs
Diffstat (limited to 'msc/MSC_Tests_Iu.ttcn')
-rw-r--r--msc/MSC_Tests_Iu.ttcn3
1 files changed, 3 insertions, 0 deletions
diff --git a/msc/MSC_Tests_Iu.ttcn b/msc/MSC_Tests_Iu.ttcn
index 361dd83a..1390a896 100644
--- a/msc/MSC_Tests_Iu.ttcn
+++ b/msc/MSC_Tests_Iu.ttcn
@@ -548,6 +548,8 @@ testcase TC_iu_lu_and_expire_while_paging() runs on MTC_CT {
}
control {
+ if (true) {
+ } else {
execute( TC_iu_lu_imsi_reject() );
execute( TC_iu_lu_imsi_timeout_gsup() );
execute( TC_iu_lu_imsi_auth3g_tmsi() );
@@ -614,6 +616,7 @@ control {
/* Run this last: at the time of writing this test crashes the MSC */
execute( TC_mo_cc_iu_release() );
+ }
}