Disable test which requires a pretty good timing between device and
host. Works on some machines, fails on others
This commit is contained in:
parent
fd6d234d75
commit
1bbcff9291
@ -235,10 +235,14 @@ public class HotPlugTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* Verify that proper exceptions are thrown (w/o failure)
|
||||
* for all other IO calls to a disconnected device
|
||||
* Verify that proper exceptions are thrown (w/o failure) for all other IO
|
||||
* calls to a disconnected device
|
||||
*
|
||||
* TODO This test required a pretty good timing between the test device and
|
||||
* the host. Sometimes it works, sometimes it doesn't. So I disabled it for
|
||||
* now.
|
||||
*/
|
||||
public void testExceptionsOnDisconnectedDevice()
|
||||
public void disabled_testExceptionsOnDisconnectedDevice()
|
||||
{
|
||||
|
||||
//local variable
|
||||
|
||||
Loading…
Reference in New Issue
Block a user