ns2: mark TC_sns_bss_all_signalling_nsvcs_failed as broken

The test case tests the wrong side. The signalling
and data weight are valid for the other side. The correct
test case needs to add a second bind on the ttcn3 side because
the signalling and data weight is valid for the remote side.

Change-Id: Ice79a038b0b8df9e69232bb24b2f2b18b3632758
diff --git a/ns/NS_Tests.ttcn b/ns/NS_Tests.ttcn
index 733bad1..e9c3bf4 100644
--- a/ns/NS_Tests.ttcn
+++ b/ns/NS_Tests.ttcn
@@ -654,6 +654,10 @@
  * 3. add second bind to SNS
  * 4. stop reacting to NS_ALIVE on first NSVC (only NSVC with sig weight)
  * 5. expect SNS SIZE
+ *
+ * Broken: the test case tests the wrong side. The signalling
+ * and data weight are valid for the other side. The correct
+ * test case needs to add a second bind on the ttcn3 side.
  */
 testcase TC_sns_bss_all_signalling_nsvcs_failed() runs on RAW_Test_CT {
 	g_handle_rx_alive := true;
@@ -779,7 +783,7 @@
 			execute( TC_sns_bss_add() );
 			execute( TC_sns_bss_del() );
 			execute( TC_sns_bss_add_change_del() );
-			execute( TC_sns_bss_all_signalling_nsvcs_failed() );
+			/* execute( TC_sns_bss_all_signalling_nsvcs_failed() ); */
 			execute( TC_sns_rx_size_force_unconf() );
 		}