File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2466,6 +2466,7 @@ int main()
2466
2466
while ( true )
2467
2467
#endif // #if SOAK
2468
2468
{
2469
+ /*
2469
2470
{
2470
2471
printf( "[serialize]\n\n" );
2471
2472
@@ -2510,8 +2511,10 @@ int main()
2510
2511
RUN_TEST( test_connection_reliable_ordered_messages_and_blocks_multiple_channels );
2511
2512
RUN_TEST( test_connection_unreliable_unordered_messages );
2512
2513
RUN_TEST( test_connection_unreliable_unordered_blocks );
2514
+ */
2513
2515
2514
2516
RUN_TEST ( test_client_server_messages );
2517
+ /*
2515
2518
RUN_TEST( test_client_server_start_stop_restart );
2516
2519
RUN_TEST( test_client_server_message_failed_to_serialize_reliable_ordered );
2517
2520
RUN_TEST( test_client_server_message_failed_to_serialize_unreliable_unordered );
@@ -2523,6 +2526,7 @@ int main()
2523
2526
RUN_TEST( test_single_message_type_unreliable );
2524
2527
2525
2528
RUN_TEST( test_client_server_messages_network_sim_leak );
2529
+ */
2526
2530
2527
2531
#if SOAK
2528
2532
if ( quit )
You can’t perform that action at this time.
0 commit comments