Added Ignore annotations to test stubs.
This commit is contained in:
parent
82d393d3b5
commit
007a3845d4
@ -7,6 +7,7 @@ import musicplayer.playlist.IPlaylist;
|
||||
import musicplayer.playlist.JTablePlaylist;
|
||||
import musicplayer.util.ConfigManager;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.io.File;
|
||||
@ -56,6 +57,7 @@ public class GStreamerPlayerTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void testResume() throws Exception {
|
||||
}
|
||||
|
||||
|
@ -6,6 +6,7 @@ import musicplayer.model.Song;
|
||||
import musicplayer.playlist.IPlaylist;
|
||||
import musicplayer.playlist.JTablePlaylist;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.io.File;
|
||||
@ -56,6 +57,7 @@ public class VLCPlayerTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void testResume() throws Exception {
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user