smlc: remove temp dev artifact that skips most tests

Change-Id: I4feb4fe4578e4c15800d7dad82fb1a345241345d
This commit is contained in:
Neels Hofmeyr 2020-10-21 00:50:26 +02:00
parent 5ebf798131
commit 02ce0b61fd
1 changed files with 0 additions and 4 deletions

View File

@ -489,15 +489,11 @@ testcase TC_smlc_location_request_bsslap_abort() runs on test_CT {
}
control {
if (true) {
execute( TC_smlc_location_request_without_ta_l3() );
} else {
execute( TC_smlc_location_request_with_ta_l3() );
execute( TC_smlc_location_request_without_ta_l3() );
execute( TC_smlc_location_request_bsslap_reset() );
execute( TC_smlc_location_request_bsslap_abort() );
execute( TC_smlc_location_request_abort() );
}
}
}