Commit 6f2087f1 authored by Filippo Carone's avatar Filippo Carone

jvlc: comment tests that never return (needs to be fixed on libvlc)

parent 5a8e051f
......@@ -31,7 +31,6 @@ import junit.framework.Assert;
import org.junit.Test;
public class LoggerTest extends AbstractJVLCTest
{
......@@ -46,9 +45,9 @@ public class LoggerTest extends AbstractJVLCTest
}
/**
*
* Timeout added because of a poor spinlock usage in the native side.
*/
@Test
// @Test(timeout = 5000L)
public void testLogError()
{
jvlc.setLogVerbosity(LoggerVerbosityLevel.DEBUG);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment