]> git.sesse.net Git - vlc/commitdiff
WTF don't use the network in an automated stress test
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 9 Feb 2008 10:50:09 +0000 (10:50 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 9 Feb 2008 10:50:09 +0000 (10:50 +0000)
src/control/testapi.c

index 2c9176aa02c5c18c5a110eab0f70ddbe2c8fe917..d930892d23d18f0fa43936d1b7a5c2fc64369b71 100644 (file)
@@ -172,10 +172,5 @@ int main (int argc, char *argv[])
 
     test_media_list (args, nlibvlc_args);
 
-    /* FIXME try to play all streams from a list. We may want to create an other test category for that. */
-    test_file_playback (args, nlibvlc_args, "ftp://streams.videolan.org/streams-videolan/reference/mp4/aac_adts.mp4");
-    test_file_playback (args, nlibvlc_args, "ftp://streams.videolan.org/streams-videolan/reference/flv/flash5_004.flv");
-    /* ... */
-    
     return 0;
 }