smlc: remove temp dev artifact that skips most tests
Change-Id: I4feb4fe4578e4c15800d7dad82fb1a345241345dchanges/14/20814/1
parent
5ebf798131
commit
02ce0b61fd
|
@ -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() );
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue